Commit 0035539
authored
Improve UX for bundle init folder selection (#1026)
Tried using showOpenDialog directly to select parent folder, but at
least on macOS we can't provide a context for that window (e.g. a title
explaining what are you selecting a folder for). Instead we are using
quick pick where you can write a path to a folder manually or chose to
click on a button that opens system's folder-selection dialog.1 parent ba2327d commit 0035539
File tree
1 file changed
+45
-7
lines changed- packages/databricks-vscode/src/bundle
1 file changed
+45
-7
lines changedLines changed: 45 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
419 | 446 | | |
420 | | - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
421 | 459 | | |
422 | 460 | | |
423 | 461 | | |
| |||
0 commit comments