mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Exclude duplicate typings file on windows
Workaround since normal builds still work here
This commit is contained in:
@@ -403,6 +403,7 @@
|
||||
"./vs/workbench/test/electron-browser/api/mock.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./typings/require-monaco.d.ts"
|
||||
"./typings/require-monaco.d.ts",
|
||||
"./typings/windows-process-tree.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user