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 634958a commit 9517c53Copy full SHA for 9517c53
src/commands/showPanel.tsx
@@ -92,6 +92,13 @@ async function handleMessage(
92
_.set(info, `["${uri}"].chapter`, message.chapter ?? 1);
93
context.globalState.update("info", info);
94
client.sendRequest("source/publishInfo", info);
95
+
96
+ if (message.variant !== "default") {
97
+ vscode.window.showInformationMessage(`The Language Server does not support any variants, the
98
+ Language Server will use Source §${message.chapter}, but it is not guaranteed to be accurate.`)
99
+ }
100
101
102
break;
103
}
104
// case MessageTypeNames.Text:
0 commit comments