We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9ef1c commit aadebc3Copy full SHA for aadebc3
src/settingsWebview.ts
@@ -34,7 +34,7 @@ export class SettingsWebview implements vscode.WebviewViewProvider, vscode.Dispo
34
}),
35
// when the user changes the configuration manually, update the view
36
vscode.workspace.onDidChangeConfiguration((e) => {
37
- if (e.affectsConfiguration('vitest')) {
+ if (e.affectsConfiguration('vitest.previewBrowser')) {
38
this.updateSettings()
39
}
40
0 commit comments