Skip to content

Commit

Permalink
fix: tag experimental settings with new system (#16116)
Browse files Browse the repository at this point in the history
Also consider enableKernelCompletions as stable
  • Loading branch information
rzhao271 authored Oct 11, 2024
1 parent 4a13fca commit acdf3f2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,8 @@
"default": false,
"description": "%jupyter.configuration.jupyter.interactiveWindowNotebookRepl.description%",
"tags": [
"experimental"
"experimental",
"onExP"
]
},
"jupyter.interactiveWindow.textEditor.cellFolding": {
Expand Down Expand Up @@ -1802,16 +1803,16 @@
"type": "boolean",
"default": false,
"description": "Experimental feature to enable execution analysis in notebooks",
"scope": "application"
"scope": "application",
"tags": [
"experimental"
]
},
"jupyter.enableKernelCompletions": {
"type": "boolean",
"default": true,
"markdownDescription": "%jupyter.configuration.jupyter.enableKernelCompletions.markdownDescription%",
"scope": "application",
"tags": [
"experimental"
]
"scope": "application"
},
"jupyter.formatStackTraces": {
"type": "boolean",
Expand Down

0 comments on commit acdf3f2

Please sign in to comment.