mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
cli: use packaged openssl instead of artisanal builds
This commit is contained in:
@@ -89,7 +89,6 @@ 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',
|
||||
@@ -163,7 +162,6 @@ 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