Revert "joh/representative canidae" (#166641)

This commit is contained in:
Raymond Zhao
2022-11-17 13:53:17 -08:00
committed by GitHub
parent 4ff197412d
commit 9feaed8f51
18 changed files with 25 additions and 123 deletions

View File

@@ -56,15 +56,6 @@ if (majorRequiredNodeVersion !== currentMajorNodeVersion) {
}
function main() {
// VSCODE_GLOBALS: node_modules
globalThis._VSCODE_NODE_MODULES = new Proxy(Object.create(null), { get: (_target, mod) => require(String(mod)) });
// VSCODE_GLOBALS: package/product.json
globalThis._VSCODE_PRODUCT_JSON = require(`${REPO_ROOT}/product.json`);
globalThis._VSCODE_PACKAGE_JSON = require(`${REPO_ROOT}/package.json`);
process.on('uncaughtException', function (e) {
console.error(e.stack || e);
});