From 5743b81001901da458efe84d9b122dd7aa59f287 Mon Sep 17 00:00:00 2001 From: Malix Date: Sat, 28 Sep 2024 17:36:43 +0200 Subject: [PATCH] feat: ignoreSync --- package.json | 54 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d14cea0917ed..d02ba5afa070 100644 --- a/package.json +++ b/package.json @@ -405,14 +405,16 @@ "default": "state", "description": "%python.activeStateToolPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.autoComplete.extraPaths": { "default": [], "description": "%python.autoComplete.extraPaths.description%", "scope": "resource", "type": "array", - "uniqueItems": true + "uniqueItems": true, + "ignoreSync": true }, "python.createEnvironment.contentButton": { "default": "hide", @@ -438,13 +440,15 @@ "default": "", "description": "%python.condaPath.description%", "scope": "machine", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.defaultInterpreterPath": { "default": "python", "markdownDescription": "%python.defaultInterpreterPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.diagnostics.sourceMapsEnabled": { "default": false, @@ -606,19 +610,22 @@ "default": "pipenv", "description": "%python.pipenvPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.poetryPath": { "default": "poetry", "description": "%python.poetryPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.pixiToolPath": { "default": "pixi", "description": "%python.pixiToolPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.tensorBoard.logDirectory": { "default": "", @@ -626,7 +633,8 @@ "scope": "resource", "type": "string", "markdownDeprecationMessage": "%python.tensorBoard.logDirectory.markdownDeprecationMessage%", - "deprecationMessage": "%python.tensorBoard.logDirectory.deprecationMessage%" + "deprecationMessage": "%python.tensorBoard.logDirectory.deprecationMessage%", + "ignoreSync": true }, "python.terminal.activateEnvInCurrentTerminal": { "default": false, @@ -725,7 +733,8 @@ "default": "pytest", "description": "%python.testing.pytestPath.description%", "scope": "machine-overridable", - "type": "string" + "type": "string", + "ignoreSync": true }, "python.testing.unittestArgs": { "default": [ @@ -762,7 +771,8 @@ "default": "", "description": "%python.venvPath.description%", "scope": "machine", - "type": "string" + "type": "string", + "ignoreSync": true } }, "title": "Python", @@ -793,7 +803,8 @@ }, "debugAdapterPath": { "description": "Path (fully qualified) to the python debug adapter executable.", - "type": "string" + "type": "string", + "ignoreSync": true }, "django": { "default": false, @@ -865,7 +876,8 @@ "type": "object" }, "label": "Path mappings.", - "type": "array" + "type": "array", + "ignoreSync": true }, "port": { "description": "Port to connect to.", @@ -969,11 +981,13 @@ "cwd": { "default": "${workspaceFolder}", "description": "Absolute path to the working directory of the program being debugged. Default is the root directory of the file (leave empty).", - "type": "string" + "type": "string", + "ignoreSync": true }, "debugAdapterPath": { "description": "Path (fully qualified) to the python debug adapter executable.", - "type": "string" + "type": "string", + "ignoreSync": true }, "django": { "default": false, @@ -991,7 +1005,8 @@ "envFile": { "default": "${workspaceFolder}/.env", "description": "Absolute path to a file containing environment variable definitions.", - "type": "string" + "type": "string", + "ignoreSync": true }, "gevent": { "default": false, @@ -1050,7 +1065,8 @@ "type": "object" }, "label": "Path mappings.", - "type": "array" + "type": "array", + "ignoreSync": true }, "port": { "default": 0, @@ -1060,7 +1076,8 @@ "program": { "default": "${file}", "description": "Absolute path to the program.", - "type": "string" + "type": "string", + "ignoreSync": true }, "purpose": { "default": [], @@ -1085,7 +1102,8 @@ "python": { "default": "${command:python.interpreterPath}", "description": "Absolute path to the Python interpreter executable; overrides workspace configuration if set.", - "type": "string" + "type": "string", + "ignoreSync": true }, "pythonArgs": { "default": [],