Skip to content

Commit 16c0437

Browse files
author
Kartik Raj
authored
Update description of python.terminal.activateEnvironment setting (#20788)
1 parent 54e37fe commit 16c0437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"python.sortImports.path.description": "Path to isort script, default using inner version",
103103
"python.tensorBoard.logDirectory.description": "Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.",
104104
"python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
105-
"python.terminal.activateEnvironment.description": "Activate Python Environment in Terminal created using the Extension.",
105+
"python.terminal.activateEnvironment.description": "Activate Python Environment in all Terminals created.",
106106
"python.terminal.executeInFileDir.description": "When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.",
107107
"python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
108108
"python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",

0 commit comments

Comments
 (0)