File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/databricks-vscode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 305305 "viewsWelcome" : [
306306 {
307307 "view" : " configurationView" ,
308- "contents" : " Initialise current project as a Databricks project:\n [Initialise Project](command:databricks.bundle.startManualMigration)" ,
308+ "contents" : " Add Databricks configuration to the current project:\n [Initialize Project](command:databricks.bundle.startManualMigration)" ,
309309 "when" : " workspaceFolderCount > 0 && databricks.context.initialized && databricks.context.pendingManualMigration"
310310 },
311311 {
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ export async function activate(
384384 featureState . reason
385385 ) {
386386 window . showErrorMessage (
387- `Error while trying to initialise Databricks Notebooks. Some features may not work. Reason: ${ featureState . reason } `
387+ `Error while trying to initialize Databricks Notebooks. Some features may not work. Reason: ${ featureState . reason } `
388388 ) ;
389389 }
390390 }
You can’t perform that action at this time.
0 commit comments