Merge branch 'master' into aeschli/ts-sem

This commit is contained in:
Martin Aeschlimann
2020-01-10 15:40:03 +01:00
76 changed files with 2429 additions and 1029 deletions

View File

@@ -18,7 +18,7 @@ export default class TsConfigProvider {
return [];
}
const configs = new Map<string, TSConfig>();
for (const config of await vscode.workspace.findFiles('**/tsconfig*.json', '**/node_modules/**')) {
for (const config of await vscode.workspace.findFiles('**/tsconfig*.json', '**/{node_modules,.*}/**')) {
const root = vscode.workspace.getWorkspaceFolder(config);
if (root) {
configs.set(config.fsPath, {