mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +10:00
feat(1.106): update patches
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
diff --git a/.vscode/settings.json b/.vscode/settings.json
|
||||
index 31b1c4a..f808aa6 100644
|
||||
index f394c8a..c615121 100644
|
||||
--- a/.vscode/settings.json
|
||||
+++ b/.vscode/settings.json
|
||||
@@ -17,23 +17,23 @@
|
||||
@@ -23,22 +23,22 @@
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features",
|
||||
@@ -22,7 +22,6 @@ index 31b1c4a..f808aa6 100644
|
||||
"[github-issues]": {
|
||||
"editor.wordWrap": "on"
|
||||
},
|
||||
|
||||
// --- Files ---
|
||||
- "files.trimTrailingWhitespace": true,
|
||||
- "files.insertFinalNewline": true,
|
||||
@@ -31,7 +30,7 @@ index 31b1c4a..f808aa6 100644
|
||||
"files.exclude": {
|
||||
".git": true,
|
||||
".build": true,
|
||||
@@ -42,9 +42,9 @@
|
||||
@@ -47,9 +47,9 @@
|
||||
".vscode-test": true,
|
||||
"cli/target": true,
|
||||
"build/**/*.js.map": true,
|
||||
@@ -44,7 +43,7 @@ index 31b1c4a..f808aa6 100644
|
||||
},
|
||||
"files.associations": {
|
||||
"cglicenses.json": "jsonc",
|
||||
@@ -55,7 +55,7 @@
|
||||
@@ -60,7 +60,7 @@
|
||||
"**/yarn.lock": true,
|
||||
"**/package-lock.json": true,
|
||||
"**/Cargo.lock": true,
|
||||
@@ -53,11 +52,11 @@ index 31b1c4a..f808aa6 100644
|
||||
"out/**": true,
|
||||
"out-build/**": true,
|
||||
"out-vscode/**": true,
|
||||
@@ -71,6 +71,7 @@
|
||||
@@ -76,6 +76,7 @@
|
||||
"build/builtin/*.js": true,
|
||||
"build/monaco/*.js": true,
|
||||
"build/npm/*.js": true,
|
||||
+ "build/**/*.js": true,
|
||||
"build/*.js": true
|
||||
},
|
||||
|
||||
// --- Search ---
|
||||
|
||||
Reference in New Issue
Block a user