|
@@ -69,7 +69,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|
|
private view?: vscode.WebviewView | vscode.WebviewPanel
|
|
private view?: vscode.WebviewView | vscode.WebviewPanel
|
|
|
private cline?: Cline
|
|
private cline?: Cline
|
|
|
private workspaceTracker?: WorkspaceTracker
|
|
private workspaceTracker?: WorkspaceTracker
|
|
|
- private latestAnnouncementId = "sep-21-2024" // update to some unique identifier when we add a new announcement
|
|
|
|
|
|
|
+ private latestAnnouncementId = "oct-8-2024" // update to some unique identifier when we add a new announcement
|
|
|
|
|
|
|
|
constructor(readonly context: vscode.ExtensionContext, private readonly outputChannel: vscode.OutputChannel) {
|
|
constructor(readonly context: vscode.ExtensionContext, private readonly outputChannel: vscode.OutputChannel) {
|
|
|
this.outputChannel.appendLine("ClineProvider instantiated")
|
|
this.outputChannel.appendLine("ClineProvider instantiated")
|