Skip to content

Commit

Permalink
fix: Whitelist ms-dynamics-smb.al extension for Vue Hybrid Mode. (#4765)
Browse files Browse the repository at this point in the history
Add ms-dynamics-smb.al extension (Microsoft Dynamics) to whitelist.
  • Loading branch information
kyleweishaupt authored Aug 30, 2024
1 parent a94ed38 commit 950c9e1
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 @@ -63,6 +63,7 @@ function isExtensionCompatibleWithHybridMode(extension: vscode.Extension<any>) {
|| extension.id === 'Divlo.vscode-styled-jsx-languageserver'
|| extension.id === 'nrwl.angular-console'
|| extension.id === 'ShenQingchuan.vue-vine-extension'
|| extension.id === 'ms-dynamics-smb.al'
) {
return true;
}
Expand Down

0 comments on commit 950c9e1

Please sign in to comment.