Skip to content

Commit

Permalink
remove settings that have been deprecated for a year (#15080)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Jan 26, 2024
1 parent d3a68fc commit df2eb01
Showing 1 changed file with 0 additions and 114 deletions.
114 changes: 0 additions & 114 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -1615,39 +1608,18 @@
"description": "%jupyter.configuration.jupyter.variableExplorerExclude.description%",
"scope": "resource"
},
"jupyter.codeRegularExpression": {
"type": "string",
"default": "^(#\\s*%%|#\\s*\\<codecell\\>|#\\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*\\<codecell\\>|#\\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*\\<markdowncell\\>)",
"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*\\<markdowncell\\>)",
Expand All @@ -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": [
Expand All @@ -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,
Expand All @@ -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",
Expand All @@ -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,
Expand Down Expand Up @@ -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": [
Expand All @@ -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": [
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit df2eb01

Please sign in to comment.