We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34745e0 commit 9bf1c1dCopy full SHA for 9bf1c1d
Extension/src/LanguageServer/client.ts
@@ -1488,6 +1488,9 @@ export class DefaultClient implements Client {
1488
if (changedSettings["caseSensitiveFileSupport"] && util.isWindows()) {
1489
util.promptForReloadWindowDueToSettingsChange();
1490
}
1491
+ if (changedSettings["hover"]) {
1492
+ util.promptForReloadWindowDueToSettingsChange();
1493
+ }
1494
// if addNodeAddonIncludePaths was turned on but no includes have been found yet then 1) presume that nan
1495
// or node-addon-api was installed so prompt for reload.
1496
if (changedSettings["addNodeAddonIncludePaths"] && settings.addNodeAddonIncludePaths && this.configuration.nodeAddonIncludesFound() === 0) {
0 commit comments