Skip to content

Commit f3354a7

Browse files
Take a hard dependency on redhat.vscode-yaml extension (#1127)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 93cbbe5 commit f3354a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/databricks-vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,8 @@
768768
},
769769
"extensionDependencies": [
770770
"ms-python.python",
771-
"ms-toolsai.jupyter"
771+
"ms-toolsai.jupyter",
772+
"redhat.vscode-yaml"
772773
],
773774
"vsce": {
774775
"dependencies": false,

0 commit comments

Comments
 (0)