|
451 | 451 | }, |
452 | 452 | { |
453 | 453 | "view": "configurationView", |
454 | | - "contents": "Detected multiple Databricks projects in the VSCode workspace:\n[Select a project](command:databricks.bundle.selectActiveProjectFolder)", |
| 454 | + "contents": "Multiple Databricks projects were detected in the workspace:\n[Choose a project](command:databricks.bundle.selectActiveProjectFolder)", |
455 | 455 | "when": "workspaceFolderCount > 0 && databricks.context.initialized && databricks.context.subProjectsAvailable" |
456 | 456 | }, |
457 | 457 | { |
458 | 458 | "view": "configurationView", |
459 | | - "contents": "No Databricks project configuration detected in the root of the VSCode workspace:\n[Create configuration](command:databricks.bundle.startManualMigration)", |
| 459 | + "contents": "Databricks project configuration was not detected in the root of the workspace:\n[Create configuration](command:databricks.bundle.startManualMigration)", |
460 | 460 | "when": "workspaceFolderCount > 0 && databricks.context.initialized && databricks.context.pendingManualMigration" |
461 | 461 | }, |
462 | 462 | { |
463 | 463 | "view": "configurationView", |
464 | | - "contents": "No Databricks projects detected in the VSCode workspace:\n[Select a project manually](command:databricks.bundle.selectActiveProjectFolder)", |
| 464 | + "contents": "A Databricks project was not detected in the workspace:\n[Select a project](command:databricks.bundle.selectActiveProjectFolder)", |
465 | 465 | "when": "workspaceFolderCount > 0 && databricks.context.initialized && !databricks.context.isBundleProject && !databricks.context.subProjectsAvailable" |
466 | 466 | }, |
467 | 467 | { |
468 | 468 | "view": "configurationView", |
469 | | - "contents": "Chose a new parent folder and create a Databricks project based on a [template](https://docs.databricks.com/en/dev-tools/bundles/templates.html#databricks-asset-bundle-project-templates):\n[Create a new project](command:databricks.bundle.initNewProject)", |
| 469 | + "contents": "Select a folder where you want to create a new Databricks project using a [template](https://docs.databricks.com/en/dev-tools/bundles/templates.html#databricks-asset-bundle-project-templates):\n[Create a new project](command:databricks.bundle.initNewProject)", |
470 | 470 | "when": "workspaceFolderCount > 0 && databricks.context.initialized && !databricks.context.isBundleProject" |
471 | 471 | }, |
472 | 472 | { |
|
486 | 486 | }, |
487 | 487 | { |
488 | 488 | "view": "configurationView", |
489 | | - "contents": "To learn more about how to use Databricks with VS Code [read our docs](https://docs.databricks.com/dev-tools/vscode-ext.html) or [Quickstart guide](command:databricks.quickstart.open)" |
| 489 | + "contents": "To learn more about how to use the Databricks extension for Visual Studio Code [read our docs](https://docs.databricks.com/dev-tools/vscode-ext.html) or [Quickstart guide](command:databricks.quickstart.open)" |
490 | 490 | } |
491 | 491 | ], |
492 | 492 | "menus": { |
|
0 commit comments