We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2344c79 commit c4c1572Copy full SHA for c4c1572
2 files changed
package.json
@@ -18,7 +18,7 @@
18
"url": "https://github.com/smallcloudai/refact-vscode/issues",
19
"email": "support@smallcloud.tech"
20
},
21
- "version": "6.5.8",
+ "version": "6.5.9",
22
"dependencies": {
23
"@types/marked": "^4.0.8",
24
"@types/vscode": "^1.69.0",
src/sidebar.ts
@@ -1018,7 +1018,9 @@ export class PanelWebview implements vscode.WebviewViewProvider {
1018
1019
const state: Partial<InitialState> = {
1020
teams: {
1021
+ workspace: null,
1022
group: activeTeamsGroup,
1023
+ skipped: false,
1024
1025
current_project: {name: vscode.workspace.name ?? ""},
1026
config,
0 commit comments