We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f012ee5 commit 2dcf080Copy full SHA for 2dcf080
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@databricks/databricks-vscode",
3
- "version": "1.2.5",
+ "version": "2.0.0",
4
"private": true,
5
"workspaces": [
6
"packages/*"
packages/databricks-vscode-types/package.json
"name": "@databricks/databricks-vscode-types",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
packages/databricks-vscode/package.json
@@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
7
8
"engines": {
9
"vscode": "^1.83.0"
10
},
0 commit comments