Skip to content

Commit 42c9c21

Browse files
committed
Rename DABs
1 parent ea77424 commit 42c9c21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/databricks-vscode/src/bundle/bundleAutocompleteProvider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export async function registerBundleAutocompleteProvider(
1616
const dabsUriScheme = "dabs";
1717

1818
// URI for bundle root config json schema
19-
const rootConfigSchemaUri = `${dabsUriScheme}:///databricks-asset-bundles.json`;
19+
// The triple slash is on purpose (empty authority in Uri)
20+
const rootConfigSchemaUri = `${dabsUriScheme}:///declarative-automation-bundles.json`;
2021

2122
const extensionYaml = extensions.getExtension("redhat.vscode-yaml");
2223
if (extensionYaml) {

0 commit comments

Comments
 (0)