Chang Luo

Results 1 comments of Chang Luo

> 如果是windows系统,可以在util.js中添加如下代码: > > > workspaceFolders.forEach(folder => { > >  // 应对windows系统下的文件路径异常问题 > >  folder = folder.replace(new RegExp("/","g"),'\').substring(1); > >  if (currentFile.indexOf(folder) === 0) { > >   projectPath = folder;...