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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
"python-envs.pythonProjects.envManager.description": "The environment manager for creating and managing environments for this project.",
7
7
"python-envs.pythonProjects.packageManager.description": "The package manager for managing packages in environments for this project.",
8
8
"python-envs.terminal.showActivateButton.description": "Whether to show the 'Activate' button in the terminal menu",
9
+
"python-envs.terminal.autoActivationType.description": "The type of activation to use when activating an environment in the terminal",
10
+
"python-envs.terminal.autoActivationType.command": "Activation by executing a command in the terminal.",
11
+
"python-envs.terminal.autoActivationType.shellStartup": "Activation by modifying the terminal shell startup script. To use this feature we will need to modify your shell startup scripts.",
12
+
"python-envs.terminal.autoActivationType.off": "No automatic activation of environments.",
0 commit comments