Skip to content

Commit

Permalink
fix: add vue vine to hybrid mode compatible list
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored Jul 8, 2024
1 parent 36cef92 commit a150f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vscode/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
|| extension.id === 'styled-components.vscode-styled-components'
|| extension.id === 'Divlo.vscode-styled-jsx-languageserver'
|| extension.id === 'nrwl.angular-console'
|| extension.id === 'ShenQingchuan.vue-vine-extension'
) {
return true;
}
Expand Down

0 comments on commit a150f0c

Please sign in to comment.