美文网首页
vscode run coder

vscode run coder

作者: lixingyang | 来源:发表于2020-06-06 23:20 被阅读0次
  1. ~/.vscode/extensions
  2. formulahendry.code-runner-0.9.10/out/src/codeManager.js
    1. 注销: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;
//             }
//         }
//     }
// }

相关文章

网友评论

      本文标题:vscode run coder

      本文链接:https://www.haomeiwen.com/subject/vbqqtktx.html