mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Convert npm scripts to ts
For #277526 Converting last of the main build scripts to typescript
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -60,7 +60,6 @@
|
||||
"**/yarn.lock": true,
|
||||
"**/package-lock.json": true,
|
||||
"**/Cargo.lock": true,
|
||||
"build/**/*.js": true,
|
||||
"out/**": true,
|
||||
"out-build/**": true,
|
||||
"out-vscode/**": true,
|
||||
@@ -72,12 +71,6 @@
|
||||
"test/automation/out/**": true,
|
||||
"test/integration/browser/out/**": true
|
||||
},
|
||||
"files.readonlyExclude": {
|
||||
"build/builtin/*.js": true,
|
||||
"build/monaco/*.js": true,
|
||||
"build/npm/*.js": true,
|
||||
"build/*.js": true
|
||||
},
|
||||
// --- Search ---
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
|
||||
Reference in New Issue
Block a user