fix: Remove DevChat install commands
- Removed DevChat.InstallCommandPython from package.json commands array - Commented out DevChat.InstallCommandPython execution in statusBarView.ts - No longer triggers Python command installation in statusBarItem creation
This commit is contained in:
parent
48ddd6aead
commit
470beacf89
@ -691,11 +691,6 @@
|
||||
"title": "Update Chat Models",
|
||||
"category": "DevChat"
|
||||
},
|
||||
{
|
||||
"command": "DevChat.InstallCommandPython",
|
||||
"title": "Install Python for Commands",
|
||||
"category": "DevChat"
|
||||
},
|
||||
{
|
||||
"command": "DevChat.Chat",
|
||||
"title": "Chat with DevChat",
|
||||
|
@ -52,7 +52,7 @@ export function createStatusBarItem(context: vscode.ExtensionContext): vscode.St
|
||||
if (!hasInstallCommands) {
|
||||
hasInstallCommands = true;
|
||||
await vscode.commands.executeCommand('DevChat.InstallCommands');
|
||||
vscode.commands.executeCommand('DevChat.InstallCommandPython');
|
||||
// vscode.commands.executeCommand('DevChat.InstallCommandPython');
|
||||
}
|
||||
|
||||
clearInterval(timer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user