Skip to content

Commit

Permalink
chore(vscode): auto enabling hybrid mode allows denoland.vscode-deno
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 22, 2024
1 parent 8c6e333 commit caba838
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 @@ -64,6 +64,7 @@ function getCurrentHybridModeStatus(report = false) {
|| extension.id === 'johnsoncodehk.vscode-tsslint'
|| extension.id === 'VisualStudioExptTeam.vscodeintellicode'
|| extension.id === 'bierner.lit-html'
|| (extension.id === 'denoland.vscode-deno' && !vscode.workspace.getConfiguration('deno').get<boolean>('enable'))
) {
continue;
}
Expand Down

0 comments on commit caba838

Please sign in to comment.