Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Oct 8, 2024
1 parent 88edb24 commit b9c85b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const terminalName = '🪿 goose chat 🪿';

export function activate(context: vscode.ExtensionContext) {


// Check if goose CLI is installed
const config = vscode.workspace.getConfiguration('goose');
let defaultCommand = config.get('defaultCommand', "goose session start");
Expand Down

0 comments on commit b9c85b7

Please sign in to comment.