Skip to content

Commit caba838

Browse files
committed
chore(vscode): auto enabling hybrid mode allows denoland.vscode-deno
#4206 (comment)
1 parent 8c6e333 commit caba838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/vscode/src/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function getCurrentHybridModeStatus(report = false) {
6464
|| extension.id === 'johnsoncodehk.vscode-tsslint'
6565
|| extension.id === 'VisualStudioExptTeam.vscodeintellicode'
6666
|| extension.id === 'bierner.lit-html'
67+
|| (extension.id === 'denoland.vscode-deno' && !vscode.workspace.getConfiguration('deno').get<boolean>('enable'))
6768
) {
6869
continue;
6970
}

0 commit comments

Comments
 (0)