- ~/.vscode/extensions
- formulahendry.code-runner-0.9.10/out/src/codeManager.js
- 注销:12和225行
// const micromatch = require("micromatch");
// 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;
// }
// }
// }
// }
网友评论