Skip to content

Commit fe14fc0

Browse files
committed
Remove forced checked state for partially checked directories in update_check_state
- if not items are checked, invoking the command, checkes all files. Should uncheck those already checked. [Website]
1 parent 6455e5a commit fe14fc0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/editor/src/context/providers/workspace/workspace-provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,9 +1066,7 @@ export class WorkspaceProvider
10661066
): Promise<void> {
10671067
const key = item.resourceUri.fsPath
10681068

1069-
// If a partially checked directory is clicked, check it completely
10701069
if (item.isDirectory && this._partially_checked_dirs.has(key)) {
1071-
state = vscode.TreeItemCheckboxState.Checked
10721070
this._partially_checked_dirs.delete(key)
10731071
}
10741072

0 commit comments

Comments
 (0)