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 4a5c650 commit 7b48b5eCopy full SHA for 7b48b5e
src/extension.ts
@@ -65,7 +65,7 @@ const languages: Record<string, Language | undefined> = {
65
};
66
67
// For some reason this crashes if we put it inside activate
68
-// TODO: this isn't a field, suppress package member coloring like Go
+// Fix: this isn't a field, suppress package member coloring like Go
69
const initParser = treeSitter.Parser.init();
70
71
// Called when the extension is first activated by user opening a file with the appropriate language
0 commit comments