Skip to content

Commit 11fa35d

Browse files
authored
Add onTerminalShellIntegration:python (#25364)
Resolves: #25363
1 parent fec1b06 commit 11fa35d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"onLanguageModelTool:get_python_executable_details",
8484
"onLanguageModelTool:install_python_packages",
8585
"onLanguageModelTool:configure_python_environment",
86-
"onLanguageModelTool:create_virtual_environment"
86+
"onLanguageModelTool:create_virtual_environment",
87+
"onTerminalShellIntegration:python"
8788
],
8889
"main": "./out/client/extension",
8990
"browser": "./dist/extension.browser.js",

0 commit comments

Comments
 (0)