Review all settings, commands, activation events in package.json #7094
Labels
bug
Issue identified by VS Code Team member as probable bug
debt
Code quality issues
notebook-workflow
Issues that interrupt expected or desirable behavior
papercut 🩸
Something affecting the productivity of the team
verified
Verification succeeded
Milestone
Some of these look like they can be removed
Already marked deprecated for >1 year
jupyter.runMagicCommands
jupyter.autoPreviewNotebooksInInteractivePane
Should be deprecated
jupyter.liveShareConnectionTimeout
-- we have removed all our code to support Live Sharejupyter.allowLiveShare
-- we have removed all our code to support Live Sharejupyter.allowImportFromNotebook
-- not used anywherejupyter.ignoreVscodeTheme
-- can't support thisjupyter.textOutputLimit
-- should be a core VS Code settingjupyter.maxOutputSize
-- should be a core VS Code settingjupyter.colorizeInputBox
-- we have discussed input box discoverability in Improve interactive window input editor styling vscode#128766 and Builtin interactive window support vscode#126415 (comment), and we found that using background colors to draw attention to an area visually poses potential accessibility problems and is inconsistent with other treatments in VS Code. We have opted to render the input box as a notebook cell instead, which should solve the visibility issues that prompted the original colorization treatment. Therefore this setting can be deprecated as it will not be an option moving forwardjupyter.showCellInputCode
-- we cannot support this without significant changes in VS Codejupyter.allowInput
-- controls whether to show an input box in the interactive window. We cannot support this without changes in VS Codejupyter.searchForJupyter
-- controls whether to search for a Jupyter-capable interpreter if the user-selected one doesn't work. This has not been supported for ~1 yearThe text was updated successfully, but these errors were encountered: