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.
2 parents be124a5 + 60c4434 commit 791e5c1Copy full SHA for 791e5c1
Extension/src/LanguageServer/Providers/CopilotHoverProvider.ts
@@ -46,7 +46,7 @@ export class CopilotHoverProvider implements vscode.HoverProvider {
46
}
47
48
49
- if (settings.copilotHover === "default") {
+ if (new CppSettings().copilotHover === "default") {
50
// Check flight to make sure the feature is enabled.
51
if (!await telemetry.isFlightEnabled("CppCopilotHover")) {
52
return undefined;
0 commit comments