Javascript 为什么VS代码在Anaconda打开时打开?

Javascript 为什么VS代码在Anaconda打开时打开?,javascript,python,visual-studio-code,anaconda,Javascript,Python,Visual Studio Code,Anaconda,最近,我更新了Anaconda Navigator,但当我打开Anaconda程序时,VS代码立即打开,并以js格式显示下面的代码(文件名为“cli.js”) //#sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/054a9295330880ed74ceaedda236253b4f39a335/core/cli.js.map 有人有办法解决这个问题吗 "use strict";const boo

最近,我更新了Anaconda Navigator,但当我打开Anaconda程序时,VS代码立即打开,并以js格式显示下面的代码(文件名为“cli.js”)

//#sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/054a9295330880ed74ceaedda236253b4f39a335/core/cli.js.map

有人有办法解决这个问题吗

"use strict";const bootstrap=require("./bootstrap"),bootstrapNode=require("./bootstrap-node"),product=require("../product.json");bootstrap.avoidMonkeyPatchFromAppInsights(),bootstrapNode.configurePortable(product),bootstrap.enableASARSupport(void 0),process.env.VSCODE_CLI="1",require("./bootstrap-amd").load("vs/code/node/cli");