Skip to content

Commit 795de38

Browse files
committed
chore: undo more changes
1 parent f7f5fab commit 795de38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
"jupyter.configuration.jupyter.logging.level.warn": "Warning and error messages are logged with this level.",
130130
"jupyter.configuration.jupyter.logging.level.error": "Only error messages are logged with this level.",
131131
"jupyter.configuration.jupyter.logging.level.description": "The logging level the extension logs at.",
132-
"jupyter.configuration.jupyter.experiments.optInto.markdownDescription": "List of experiments to opt into. If empty, the user is assigned the default experiment groups. [Learn more](https://github.com/deepnote/vscode-deepnote/wiki/Experiments).",
133-
"jupyter.configuration.jupyter.experiments.optOutFrom.markdownDescription": "List of experiments to opt out of. If empty, the user is assigned the default experiment groups. [Learn more](https://github.com/deepnote/vscode-deepnote/wiki/Experiments).",
132+
"jupyter.configuration.jupyter.experiments.optInto.markdownDescription": "List of experiments to opt into. If empty, the user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).",
133+
"jupyter.configuration.jupyter.experiments.optOutFrom.markdownDescription": "List of experiments to opt out of. If empty, the user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).",
134134
"jupyter.configuration.jupyter.widgetScriptSources.items.enumDescriptions.0": "Loads widget (javascript) scripts from https://www.jsdelivr.com/",
135135
"jupyter.configuration.jupyter.widgetScriptSources.items.enumDescriptions.1": "Loads widget (javascript) scripts from https://unpkg.com/",
136136
"jupyter.configuration.jupyter.widgetScriptSources.items.custom": "Loads widget (javascript) scripts from a custom CDN, following the provided URL template. ",

0 commit comments

Comments
 (0)