Skip to content

Commit

Permalink
chore(vscode): auto enabling hybrid mode allows `jenkey2011.string-hi…
Browse files Browse the repository at this point in the history
…ghlight`

#4206 (comment)
  • Loading branch information
johnsoncodehk committed Apr 22, 2024
1 parent caba838 commit 416d936
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 @@ -65,6 +65,7 @@ function getCurrentHybridModeStatus(report = false) {
|| extension.id === 'VisualStudioExptTeam.vscodeintellicode'
|| extension.id === 'bierner.lit-html'
|| (extension.id === 'denoland.vscode-deno' && !vscode.workspace.getConfiguration('deno').get<boolean>('enable'))
|| extension.id === 'jenkey2011.string-highlight'
) {
continue;
}
Expand Down

0 comments on commit 416d936

Please sign in to comment.