Prepare for release

This commit is contained in:
Saoud Rizwan
2024-09-19 16:43:19 -04:00
parent 6d251e37c2
commit cfc2ee830e
5 changed files with 29 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
private view?: vscode.WebviewView | vscode.WebviewPanel
private claudeDev?: ClaudeDev
private workspaceTracker?: WorkspaceTracker
private latestAnnouncementId = "sep-14-2024" // update to some unique identifier when we add a new announcement
private latestAnnouncementId = "sep-19-2024" // update to some unique identifier when we add a new announcement
constructor(readonly context: vscode.ExtensionContext, private readonly outputChannel: vscode.OutputChannel) {
this.outputChannel.appendLine("ClaudeDevProvider instantiated")