Skip to content

Commit

Permalink
feat(vscode-avalonia): auto-install redhat.vscode-xml via extensionPack
Browse files Browse the repository at this point in the history
I'd prefer the user was prompted or recommended the extension rather than it being auto-installed and optionally uninstalled.
See microsoft/vscode#6384 (comment)

Perhaps this should instead be done via a dedicated extension pack instead of...this way.
  • Loading branch information
BinToss committed Mar 19, 2024
1 parent 8176e35 commit 0ff62f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vscode-avalonia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,8 @@
},
"extensionDependencies": [
"ms-dotnettools.vscode-dotnet-runtime"
],
"extensionPack": [
"redhat.vscode-xml"
]
}

0 comments on commit 0ff62f6

Please sign in to comment.