Skip to content

Commit

Permalink
chore(vscode): auto enabling hybrid mode allows `svelte.svelte-vscode…
Browse files Browse the repository at this point in the history
…`(>=108.4.0)

Refs #4206
  • Loading branch information
johnsoncodehk committed Apr 26, 2024
1 parent 0b4aabc commit 93e307e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/vscode/src/common.ts
Expand Up @@ -67,6 +67,7 @@ function getCurrentHybridModeStatus(report = false) {
|| extension.id === 'bierner.lit-html'
|| (extension.id === 'denoland.vscode-deno' && !vscode.workspace.getConfiguration('deno').get<boolean>('enable'))
|| extension.id === 'jenkey2011.string-highlight'
|| (extension.id === 'svelte.svelte-vscode' && semver.gte(extension.packageJSON.version, '108.4.0'))
) {
continue;
}
Expand Down

0 comments on commit 93e307e

Please sign in to comment.