diff --git a/packages/databricks-vscode/src/bundle/bundleAutocompleteProvider.ts b/packages/databricks-vscode/src/bundle/bundleAutocompleteProvider.ts index e3676e7d2..1bed407ba 100644 --- a/packages/databricks-vscode/src/bundle/bundleAutocompleteProvider.ts +++ b/packages/databricks-vscode/src/bundle/bundleAutocompleteProvider.ts @@ -16,7 +16,7 @@ export async function registerBundleAutocompleteProvider( const dabsUriScheme = "dabs"; // URI for bundle root config json schema - const rootConfigSchemaUri = `${dabsUriScheme}:///databricks-asset-bundles.json`; + const rootConfigSchemaUri = `${dabsUriScheme}:///declarative-automation-bundles.json`; const extensionYaml = extensions.getExtension("redhat.vscode-yaml"); if (extensionYaml) {