Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit c4c1572

Browse files
committed
6.5.9
1 parent 2344c79 commit c4c1572

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/smallcloudai/refact-vscode/issues",
1919
"email": "support@smallcloud.tech"
2020
},
21-
"version": "6.5.8",
21+
"version": "6.5.9",
2222
"dependencies": {
2323
"@types/marked": "^4.0.8",
2424
"@types/vscode": "^1.69.0",

src/sidebar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ export class PanelWebview implements vscode.WebviewViewProvider {
10181018

10191019
const state: Partial<InitialState> = {
10201020
teams: {
1021+
workspace: null,
10211022
group: activeTeamsGroup,
1023+
skipped: false,
10221024
},
10231025
current_project: {name: vscode.workspace.name ?? ""},
10241026
config,

0 commit comments

Comments
 (0)