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 76085d1 commit 81a757cCopy full SHA for 81a757c
packages/common/src/extensionDependencies.ts
@@ -1,10 +1,11 @@
1
export const extensionDependencies = [
2
+ // Cursorless access to Tree sitter
3
"pokey.parse-tree",
4
- // Register necessary file extensions for tests
5
- "scalameta.metals",
6
- "mrob95.vscode-talonscript",
7
- "jrieken.vscode-tree-sitter-query",
+ // Register necessary language-IDs for tests
+ "scala-lang.scala", // scala
+ "mrob95.vscode-talonscript", // talon
8
+ "jrieken.vscode-tree-sitter-query", // scm
9
10
// Necessary for the `drink cell` and `pour cell` tests
11
"ms-toolsai.jupyter",
0 commit comments