Skip to content

Commit 69da757

Browse files
Fix autocompletion stub path (#680)
Fixes #678
1 parent eaadbc3 commit 69da757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/src/language/ConfigureAutocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function getImportString(context: ExtensionContext) {
1717
try {
1818
return await readFile(
1919
context.asAbsolutePath(
20-
path.join("resources", "stubs", "__builtins__.pyi")
20+
path.join("resources", "python", "stubs", "__builtins__.pyi")
2121
),
2222
"utf-8"
2323
);

0 commit comments

Comments
 (0)