from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/base/common/path.ts" contains "// Copied from: https://github.com/nodejs/node/blob/v12.8.1/lib/path.js" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/base/node/pfs.ts" contains " // See also https://github.com/nodejs/node/issues/2165" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/base/node/ps.ts" contains " // JSON.stringify is needed to escape spaces, https://github.com/nodejs/node/issues/6803" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/base/node/watcher.ts" contains " // See also https://github.com/nodejs/node/issues/2165" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/platform/environment/node/stdin.ts" contains " // Windows workaround for https://github.com/nodejs/node/issues/11656" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/platform/files/node/watcher/unix/chokidarWatcherService.ts" contains " // See also https://github.com/nodejs/node/issues/2165" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/platform/resource/node/resourceIdentityServiceImpl.ts" contains " ctime = Math.floor(fileStat.birthtimeMs); // Windows: fix precision issue in node.js 8.x to get 7.x results (see https://github.com/nodejs/node/issues/19897)" from: src/vs to: github.com/nodejs/node evidence: - file: "src/vs/workbench/services/extensions/node/extensionHostProcessSetup.ts" contains "// can cause a native crash (see https://github.com/nodejs/node/issues/19891 and"