Skip to content

Commit f2ca5b9

Browse files
author
Kartik Raj
authored
Improve description for python.terminal.focusAfterLaunch setting (#20195)
Closes #19914
1 parent 885733e commit f2ca5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
101101
"python.terminal.activateEnvironment.description": "Activate Python Environment in Terminal created using the Extension.",
102102
"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.",
103-
"python.terminal.focusAfterLaunch.description": "When launching a python process, whether to focus on the terminal.",
103+
"python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
104104
"python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",
105105
"python.testing.autoTestDiscoverOnSaveEnabled.description": "Enable auto run test discovery when saving a test file.",
106106
"python.testing.cwd.description": "Optional working directory for tests.",

0 commit comments

Comments
 (0)