Prepare for release

This commit is contained in:
Saoud Rizwan
2024-10-09 01:10:26 -04:00
parent 817584d8b5
commit 73acab8bbe
2 changed files with 11 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
private view?: vscode.WebviewView | vscode.WebviewPanel
private cline?: Cline
private workspaceTracker?: WorkspaceTracker
private latestAnnouncementId = "oct-8-2024" // update to some unique identifier when we add a new announcement
private latestAnnouncementId = "oct-9-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("ClineProvider instantiated")