From 6f0babfed536dd08a01ecc54231b835d4d9c24cd Mon Sep 17 00:00:00 2001 From: Aaron Munger Date: Fri, 26 Jan 2024 14:32:27 -0800 Subject: [PATCH] remove settings that have been deprecated for a year --- package.json | 114 --------------------------------------------------- 1 file changed, 114 deletions(-) diff --git a/package.json b/package.json index badc7ef893c..6428bb06933 100644 --- a/package.json +++ b/package.json @@ -1584,13 +1584,6 @@ "default": 10000, "description": "%jupyter.configuration.jupyter.jupyterInterruptTimeout.description%" }, - "jupyter.sendSelectionToInteractiveWindow": { - "type": "boolean", - "default": false, - "description": "%jupyter.configuration.jupyter.sendSelectionToInteractiveWindow.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.sendSelectionToInteractiveWindow.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.textEditor.executeSelection": { "type": "boolean", "default": false, @@ -1615,39 +1608,18 @@ "description": "%jupyter.configuration.jupyter.variableExplorerExclude.description%", "scope": "resource" }, - "jupyter.codeRegularExpression": { - "type": "string", - "default": "^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])", - "description": "%jupyter.configuration.jupyter.codeRegularExpression.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.codeRegularExpression.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.cellMarker.codeRegex": { "type": "string", "default": "^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])", "description": "%jupyter.configuration.jupyter.codeRegularExpression.description%", "scope": "resource" }, - "jupyter.defaultCellMarker": { - "type": "string", - "default": "# %%", - "description": "%jupyter.configuration.jupyter.defaultCellMarker.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.defaultCellMarker.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.cellMarker.default": { "type": "string", "default": "# %%", "description": "%jupyter.configuration.jupyter.defaultCellMarker.description%", "scope": "resource" }, - "jupyter.markdownRegularExpression": { - "type": "string", - "default": "^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)", - "description": "%jupyter.configuration.jupyter.markdownRegularExpression.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.markdownRegularExpression.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.cellMarker.markdownRegex": { "type": "string", "default": "^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)", @@ -1659,13 +1631,6 @@ "default": false, "description": "%jupyter.configuration.jupyter.themeMatplotlibPlots.description%" }, - "jupyter.decorateCells": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.decorateCells.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.decorateCells.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.cellMarker.decorateCells": { "type": "string", "enum": [ @@ -1677,26 +1642,12 @@ "description": "%jupyter.configuration.jupyter.decorateCells.description%", "scope": "resource" }, - "jupyter.enableCellCodeLens": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.enableCellCodeLens.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.enableCellCodeLens.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.codeLens.enable": { "type": "boolean", "default": true, "description": "%jupyter.configuration.jupyter.enableCellCodeLens.description%", "scope": "resource" }, - "jupyter.enableAutoMoveToNextCell": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.enableAutoMoveToNextCell.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.enableAutoMoveToNextCell.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.textEditor.autoMoveToNextCell": { "type": "boolean", "default": true, @@ -1708,26 +1659,12 @@ "default": false, "description": "%jupyter.configuration.jupyter.allowUnauthorizedRemoteConnection.description%" }, - "jupyter.codeLenses": { - "type": "string", - "default": "jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell", - "description": "%jupyter.configuration.jupyter.codeLenses.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.codeLenses.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.codeLens.commands": { "type": "string", "default": "jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell", "description": "%jupyter.configuration.jupyter.codeLenses.description%", "scope": "resource" }, - "jupyter.debugCodeLenses": { - "type": "string", - "default": "jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover", - "description": "%jupyter.configuration.jupyter.debugCodeLenses.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.debugCodeLenses.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.codeLes.debugCommands": { "type": "string", "default": "jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover", @@ -1751,13 +1688,6 @@ "default": false, "description": "%jupyter.configuration.jupyter.disableJupyterAutoStart.description%" }, - "jupyter.addGotoCodeLenses": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.addGotoCodeLenses.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.addGotoCodeLenses.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.codeLens.enableGotoCell": { "type": "boolean", "default": true, @@ -1788,18 +1718,6 @@ "markdownDescription": "%jupyter.configuration.jupyter.kernels.trusted.markdownDescription%", "scope": "machine" }, - "jupyter.interactiveWindowMode": { - "type": "string", - "enum": [ - "perFile", - "single", - "multiple" - ], - "scope": "resource", - "description": "%jupyter.configuration.jupyter.interactiveWindowMode.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.interactiveWindowMode.deprecationMessage%", - "default": "multiple" - }, "jupyter.interactiveWindow.creationMode": { "type": "string", "enum": [ @@ -1811,31 +1729,12 @@ "description": "%jupyter.configuration.jupyter.interactiveWindowMode.description%", "default": "multiple" }, - "jupyter.pythonCellFolding": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.pythonCellFolding.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.pythonCellFolding.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.textEditor.cellFolding": { "type": "boolean", "default": true, "description": "%jupyter.configuration.jupyter.pythonCellFolding.description%", "scope": "resource" }, - "jupyter.interactiveWindowViewColumn": { - "type": "string", - "enum": [ - "beside", - "active", - "secondGroup" - ], - "scope": "resource", - "description": "%jupyter.configuration.jupyter.interactiveWindowViewColumn.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.interactiveWindowViewColumn.deprecationMessage%", - "default": "secondGroup" - }, "jupyter.interactiveWindow.viewColumn": { "type": "string", "enum": [ @@ -1847,12 +1746,6 @@ "description": "%jupyter.configuration.jupyter.interactiveWindowViewColumn.description%", "default": "secondGroup" }, - "jupyter.magicCommandsAsComments": { - "type": "boolean", - "default": false, - "description": "%jupyter.configuration.jupyter.magicCommandsAsComments.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.magicCommandsAsComments.deprecationMessage%" - }, "jupyter.interactiveWindow.textEditor.magicCommandsAsComments": { "type": "boolean", "default": false, @@ -1886,13 +1779,6 @@ "default": true, "description": "%jupyter.configuration.jupyter.showOutlineButtonInNotebookToolbar.description%" }, - "jupyter.newCellOnRunLast": { - "type": "boolean", - "default": true, - "description": "%jupyter.configuration.jupyter.newCellOnRunLast.description%", - "deprecationMessage": "%jupyter.configuration.jupyter.newCellOnRunLast.deprecationMessage%", - "scope": "resource" - }, "jupyter.interactiveWindow.textEditor.autoAddNewCell": { "type": "boolean", "default": true,