提交 84d02379 编写于 作者: M Matt Bierner

Prefer non-relaitve paths in vscode codebase

Requires using TS 2.9

Fixes #43575
上级 3fc493a0
...@@ -39,5 +39,6 @@ ...@@ -39,5 +39,6 @@
], ],
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"npm.exclude": "**/extensions/**", "npm.exclude": "**/extensions/**",
"emmet.excludeLanguages": [] "emmet.excludeLanguages": [],
"typescript.preferences.importModuleSpecifier": "non-relative"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册