Skip to content

Commit 416d936

Browse files
committed
chore(vscode): auto enabling hybrid mode allows jenkey2011.string-highlight
#4206 (comment)
1 parent caba838 commit 416d936

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
@@ -65,6 +65,7 @@ function getCurrentHybridModeStatus(report = false) {
6565
|| extension.id === 'VisualStudioExptTeam.vscodeintellicode'
6666
|| extension.id === 'bierner.lit-html'
6767
|| (extension.id === 'denoland.vscode-deno' && !vscode.workspace.getConfiguration('deno').get<boolean>('enable'))
68+
|| extension.id === 'jenkey2011.string-highlight'
6869
) {
6970
continue;
7071
}

0 commit comments

Comments
 (0)