vscode code-runner运行报错
程序员文章站
2022-06-26 11:56:26
...
问题
在vscode中使用 Code Runner
直接执行js脚本报如下错误
‘code-runner.run’ not found
问题
发生这个问题的原因是micromatch引起的
解决方式
1、首先找到扩展安装路径
C:\Users(用户)\Administrator(你的用户名).vscode\extensions
2、打开formulahendry.code-runner-0.9.10/out/src/codeManager.js
3、把以下位置的代码注释掉,禁用micromatch
line 12
//const micromatch = require("micromatch");
line 225~236:
/* if (executor == null) {
const executorMapByGlob = this._config.get("executorMapByGlob");
if (executorMapByGlob) {
const fileBasename = path_1.basename(this._document.fileName);
for (const glob of Object.keys(executorMapByGlob)) {
if (micromatch.isMatch(fileBasename, glob)) {
executor = executorMapByGlob[glob];
break;
}
}
}
} */
4、保存然后重新打开编辑器。问题解决
下一篇: (Java常用类) Math
推荐阅读
-
升级WAMPSERVER后运行php程序总报错,求助!
-
运行下载的网站末班报错
-
Python首次安装后运行报错(0xc000007b)的解决方法
-
Python首次安装后运行报错(0xc000007b)的解决方法
-
运行asp.net程序 报错:磁盘空间不足
-
QQ音乐打不开一运行就报错的解决办法
-
运行asp.net程序 报错:磁盘空间不足
-
Python运行报错UnicodeDecodeError的解决方法
-
jsp报错不影响运行(eclipse关闭js校验)
-
IOS真机运行带有Notification Content target的时候证书报错This application or a bundle it contains has the same bun