mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
try using vcpkg for everything
This commit is contained in:
@@ -89,6 +89,7 @@ module.exports.indentationFilter = [
|
||||
'!extensions/vscode-api-tests/testWorkspace2/**',
|
||||
'!build/monaco/**',
|
||||
'!build/win32/**',
|
||||
'!build/azure-pipelines/cli/vcpkg-overlay-ports/**',
|
||||
|
||||
// except multiple specific files
|
||||
'!**/package.json',
|
||||
@@ -162,6 +163,7 @@ module.exports.copyrightFilter = [
|
||||
'!extensions/html-language-features/server/src/modes/typescript/*',
|
||||
'!extensions/*/server/bin/*',
|
||||
'!src/vs/editor/test/node/classification/typescript-test.ts',
|
||||
'!build/azure-pipelines/cli/vcpkg-overlay-ports/**',
|
||||
];
|
||||
|
||||
module.exports.tsFormattingFilter = [
|
||||
|
||||
Reference in New Issue
Block a user