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 9c3ffbb commit 7f92eb5Copy full SHA for 7f92eb5
src/client.ts
@@ -17,5 +17,6 @@ const clientOptions: LanguageClientOptions = {
17
18
export default new LanguageClient(
19
"macaulay2-language-server",
20
+ "Macaulay2 Language Server",
21
serverOptions,
22
clientOptions);
0 commit comments