You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@
57
57
"python.logging.level.description": "The logging level the extension logs at, defaults to 'error'",
58
58
"python.logging.level.deprecation": "This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.",
59
59
"python.missingPackage.severity.description": "Set severity of missing packages in requirements.txt or pyproject.toml",
60
+
"python.nativeLocator.description": "[Experimental] Select implementation of environment locators. This is an experimental setting while we test native environment location.",
60
61
"python.pipenvPath.description": "Path to the pipenv executable to use for activation.",
61
62
"python.poetryPath.description": "Path to the poetry executable.",
62
63
"python.EnableREPLSmartSend.description": "Toggle Smart Send for the Python REPL. Smart Send enables sending the smallest runnable block of code to the REPL on Shift+Enter and moves the cursor accordingly.",
@@ -162,4 +163,4 @@
162
163
"walkthrough.step.python.createNewNotebook.altText": "Creating a new Jupyter notebook",
0 commit comments