Commit a81703d
authored
Support 'true' response for enableWorkspaceFilesystem workspace conf (#183)
We were getting unexpected "true" response in enableWorkspaceFilesystem
workspace conf. This lead to filtering clusters wrongly.
This pr fixes this by adding "true" state and NOT filtering when in
doubt.1 parent a28fc86 commit a81703d
File tree
2 files changed
+7
-1
lines changed- packages
- databricks-sdk-js/src/services
- databricks-vscode/src/configuration
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments