Commit 308f687
authored
Gate WSFS and docs panels on extension activation (#1909)
## Changes
Both views used `!databricks.context.remoteMode` which is always true on
startup, causing VSCode to render them before data providers were
registered and leak "There is no data provider registered that can
provide view data" to users.
## Tests
Manually1 parent 79ef3eb commit 308f687
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
0 commit comments