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 dbe101f commit afa3802Copy full SHA for afa3802
packages/common/src/extensionDependencies.ts
@@ -1,8 +1,11 @@
1
export const extensionDependencies = [
2
"pokey.parse-tree",
3
- "ms-toolsai.jupyter",
+
4
+ // Register necessary file extensions for tests
5
"scalameta.metals",
- "ms-python.python",
6
"mrob95.vscode-talonscript",
7
"jrieken.vscode-tree-sitter-query",
8
9
+ // Necessary for the `drink cell` and `pour cell` tests
10
+ "ms-toolsai.jupyter",
11
];
packages/cursorless-vscode/src/scripts/initLaunchSandbox.ts
@@ -6,7 +6,7 @@
import { extensionDependencies } from "@cursorless/common";
import * as cp from "child_process";
-const extraExtensions = ["pokey.command-server", "pokey.talon"];
+const extraExtensions = ["pokey.command-server"];
async function main() {
12
try {
0 commit comments