{
"files.exclude": {
"out": false, // set this to true to hide the "out" folder with the compiled JS files
"dist": false // set this to true to hide the "dist" folder with the compiled JS files
},
"search.exclude": {
"out": true, // set this to false to include "out" folder in search results
"dist": true // set this to false to include "dist" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"prettier.tabWidth": 4
}
7条答案
按热度按时间nzk0hqpo1#
你是否在OSS中看到这个?这通常是由于扩展慢/差引起的。
fnx2tebb2#
这似乎发生在运行"禁用扩展":
重复重新启动,最终两者都会出现。
e37o9pze3#
你正在做其他事情吗?我无法重现
jk9hmnmh4#
实际上什么都没有。只是加载一个TS项目并打开开发者工具。
nr9pn0ug5#
打开vscode仓库会这样做吗?您可以禁用特定的python扩展吗?
您能提供您的设置文件吗?
eoigrqb66#
同时,任务是否有效?
b0zn9rqh7#
打开vscode仓库会对你做这个吗?
是的。实际上,我遇到的任何TS项目都会这样。
你能禁用特定的Python扩展吗?
我已经尝试过卸载Python扩展了。
你能提供你的设置文件吗?
工作区设置:
用户设置:
任务是否有效?
是的。