We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e33952 + eed5eb0 commit aabb1d3Copy full SHA for aabb1d3
package.json
@@ -78,7 +78,11 @@
78
"workspaceContains:manage.py",
79
"workspaceContains:app.py",
80
"workspaceContains:.venv",
81
- "workspaceContains:.conda"
+ "workspaceContains:.conda",
82
+ "onLanguageModelTool:get_python_environment_details",
83
+ "onLanguageModelTool:get_python_executable_details",
84
+ "onLanguageModelTool:install_python_packages",
85
+ "onLanguageModelTool:configure_python_environment"
86
],
87
"main": "./out/client/extension",
88
"browser": "./dist/extension.browser.js",
0 commit comments