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 8096376 commit 415ba2eCopy full SHA for 415ba2e
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