11{
2- "name" : " databricks" ,
2+ "name" : " databricks-vscode " ,
33 "displayName" : " Databricks for Visual Studio Code" ,
44 "description" : " IDE support for Databricks" ,
55 "publisher" : " databricks" ,
6464 " onDebugResolve:databricks-workflow"
6565 ],
6666 "main" : " out/extension.js" ,
67+ "types" : " out/extension.d.ts" ,
6768 "contributes" : {
6869 "commands" : [
6970 {
452453 "test:unit" : " yarn run build && node ./out/test/runTest.js" ,
453454 "test:integ:clean" : " yarn run clean && rm -rf /tmp/vscode-test-databricks /tmp/databricks-vscode-test-extensions" ,
454455 "test:integ:prepare" : " CODE_VERSION=1.69.1 && yarn run package && extest get-vscode --code_version $CODE_VERSION --storage /tmp/vscode-test-databricks && extest get-chromedriver --code_version 1.69.1 --storage /tmp/vscode-test-databricks" ,
455- "test:integ:install-vsix" : " extest install-vsix --storage /tmp/vscode-test-databricks -f databricks-0.0.1 .vsix -e /tmp/databricks-vscode-test-extensions" ,
456+ "test:integ:install-vsix" : " extest install-vsix --storage /tmp/vscode-test-databricks -f databricks-vscode* .vsix -e /tmp/databricks-vscode-test-extensions" ,
456457 "test:integ:run" : " yarn run build && node out/test/e2e/scripts/e2e.js -e /tmp/databricks-vscode-test-extensions --storage /tmp/vscode-test-databricks --code_settings src/test/e2e/settings.json 'out/**/*.e2e.js'" ,
457458 "test:integ" : " yarn run test:integ:prepare && yarn run test:integ:install-vsix && yarn run test:integ:run" ,
458459 "test:cov" : " nyc yarn run test:unit" ,
461462 },
462463 "dependencies" : {
463464 "@databricks/databricks-sdk" : " *" ,
465+ "@databricks/databricks-vscode-types" : " workspace:^" ,
464466 "@vscode/debugadapter" : " ^1.57.0" ,
465467 "@vscode/webview-ui-toolkit" : " ^1.0.1"
466468 },
505507 ],
506508 "report-dir" : " coverage"
507509 }
508- }
510+ }
0 commit comments