Skip to content

Commit

Permalink
Prefer non-relaitve paths in vscode codebase
Browse files Browse the repository at this point in the history
Requires using TS 2.9

Fixes #43575
  • Loading branch information
mjbvz committed May 8, 2018
1 parent 3fc493a commit 84d0237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -39,5 +39,6 @@
],
"typescript.tsdk": "node_modules/typescript/lib",
"npm.exclude": "**/extensions/**",
"emmet.excludeLanguages": []
"emmet.excludeLanguages": [],
"typescript.preferences.importModuleSpecifier": "non-relative"
}

0 comments on commit 84d0237

Please sign in to comment.