Rename extract_source_code_definitions_top_level to view_source_code_definitions_top_level and update Announcement

This commit is contained in:
Saoud Rizwan
2024-07-31 10:10:04 -04:00
parent 3daca3d68f
commit 838a3ae10f
8 changed files with 22 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
private view?: vscode.WebviewView | vscode.WebviewPanel
private providerInstanceIdentifier = Date.now()
private claudeDev?: ClaudeDev
private latestAnnouncementId = "jul-29-2024" // update to some unique identifier when we add a new announcement
private latestAnnouncementId = "jul-31-2024" // update to some unique identifier when we add a new announcement
constructor(
private readonly context: vscode.ExtensionContext,