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 6a4d993 commit 49fe465Copy full SHA for 49fe465
src/extension.ts
@@ -53,7 +53,7 @@ function setupLSP() {
53
// Options to control the language client
54
const clientOptions: LanguageClientOptions = {
55
// Register the server for Racket documents
56
- documentSelector: [{ scheme: "file", language: "racket" }],
+ documentSelector: [{ language: "racket" }],
57
// Fix URI encoding on Windows (#13)
58
uriConverters: {
59
code2Protocol: (uri) => uri.toString(true),
0 commit comments