diff --git a/package.json b/package.json index 6c9746d33e0..2bc5692b3eb 100644 --- a/package.json +++ b/package.json @@ -1708,7 +1708,8 @@ "default": false, "description": "%jupyter.configuration.jupyter.interactiveWindowNotebookRepl.description%", "tags": [ - "experimental" + "experimental", + "onExP" ] }, "jupyter.interactiveWindow.textEditor.cellFolding": { @@ -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",