Skip to content

Commit 79d20bd

Browse files
author
lhy
committed
点击优化按钮时刷新工作空间树结构
1 parent 2ed53c6 commit 79d20bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ export class PawSQLExtension {
204204
return;
205205
}
206206

207+
this.treeProvider.refresh();
208+
207209
await this.sqlCodeLensProvider.setOptimizing(range, true);
208210
const statusBarItem = vscode.window.createStatusBarItem(
209211
vscode.StatusBarAlignment.Left

0 commit comments

Comments
 (0)