mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Exclude all build folders to make the TS file watcher calm
This commit is contained in:
@@ -18,5 +18,10 @@
|
||||
"typeRoots": [
|
||||
"typings"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"../out",
|
||||
"../out-build",
|
||||
"../out-vscode"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user