Procházet zdrojové kódy

fix: reduce mangle to minimum

Baptiste Augrain před 2 roky
rodič
revize
4b4cfe4f74
5 změnil soubory, kde provedl 41 přidání a 15 odebrání
  1. 1 1
      insider.json
  2. 4 0
      patch.sh
  3. 23 0
      patches/helper/settings.patch
  4. 7 6
      patches/remove-mangle.patch
  5. 6 8
      product.json

+ 1 - 1
insider.json

@@ -1,4 +1,4 @@
 {
   "tag": "1.75.0",
-  "commit": "b229eb5fa2ecadb8a5238ccb9f6f49f7ccba9d2b"
+  "commit": "0615c4f98b07b51d3be6a357e22afec119490c5a"
 }

+ 4 - 0
patch.sh

@@ -15,8 +15,12 @@ if [[ -f "${FILE}" ]]; then
   git apply --reject "${FILE}"
 fi
 
+git apply --reject "../patches/helper/settings.patch"
+
 read -p "Press any key when the conflict have been resolved..." -n1 -s
 
+git restore .vscode/settings.json
+
 git add .
 git diff --staged -U1 > "${FILE}"
 

+ 23 - 0
patches/helper/settings.patch

@@ -0,0 +1,23 @@
+diff --git a/.vscode/settings.json b/.vscode/settings.json
+index 7ae8bce..724b9ad 100644
+--- a/.vscode/settings.json
++++ b/.vscode/settings.json
+@@ -9,5 +9,5 @@
+ 		"cli/target": true,
+-		"build/**/*.js": {
+-			"when": "$(basename).ts"
+-		}
++		// "build/**/*.js": {
++		// 	"when": "$(basename).ts"
++		// }
+ 	},
+@@ -81,3 +81,3 @@
+ 	"gulp.autoDetect": "off",
+-	"files.insertFinalNewline": true,
++	// "files.insertFinalNewline": true,
+ 	"[plaintext]": {
+@@ -91,3 +91,3 @@
+ 		"editor.defaultFormatter": "vscode.typescript-language-features",
+-		"editor.formatOnSave": true
++		// "editor.formatOnSave": true
+ 	},

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 7 - 6
patches/remove-mangle.patch


+ 6 - 8
product.json

@@ -48,7 +48,8 @@
   ],
   "extensionEnabledApiProposals": {
     "ms-vscode.vscode-selfhost-test-provider": [
-      "testObserver"
+      "testObserver",
+      "testContinuousRun"
     ],
     "VisualStudioExptTeam.vscodeintellicode-completions": [
       "inlineCompletionsAdditions"
@@ -76,8 +77,7 @@
     ],
     "ms-python.python": [
       "quickPickSortByLabel",
-      "testObserver",
-      "telemetryLogger"
+      "testObserver"
     ],
     "ms-dotnettools.dotnet-interactive-vscode": [
       "notebookMessaging"
@@ -95,7 +95,6 @@
     ],
     "ms-vscode.azure-repos": [
       "extensionRuntime",
-      "telemetryLogger",
       "fileSearchProvider",
       "textSearchProvider"
     ],
@@ -115,7 +114,6 @@
       "scmActionButton",
       "scmSelectedProvider",
       "scmValidation",
-      "telemetryLogger",
       "textSearchProvider",
       "timeline"
     ],
@@ -169,7 +167,8 @@
       "treeItemCheckbox",
       "codiconDecoration",
       "diffCommand",
-      "contribCommentEditorActionsMenu"
+      "contribCommentEditorActionsMenu",
+      "quickDiffProvider"
     ],
     "GitHub.copilot": [
       "inlineCompletionsAdditions"
@@ -190,8 +189,7 @@
       "scmSelectedProvider",
       "scmValidation",
       "textSearchProvider",
-      "timeline",
-      "telemetryLogger"
+      "timeline"
     ],
     "ms-python.gather": [
       "notebookCellExecutionState"

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů