Skip to content

Commit b7c0138

Browse files
Enable all the customers to start seeing prompt for switching to wsfs (#676)
## Changes All the customers should start seeing prompts for switching to Files in Workspace, if they meet all the conditions.
1 parent f7e9cdf commit b7c0138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/src/vscode-objs/WorkspaceState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class WorkspaceStateManager {
1919
}
2020

2121
get wsfsFeatureFlag() {
22-
return this.fixedRandom <= 0.5;
22+
return true;
2323
}
2424

2525
get skipSwitchToWorkspace() {

0 commit comments

Comments
 (0)