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 cf252b2 commit 5952fa2Copy full SHA for 5952fa2
packages/cursorless-vscode-core/scripts/initLaunchSandbox.ts
@@ -3,6 +3,11 @@
3
* allowing you to have a separate set of extensions and settings for use when
4
* developing the Cursorless VSCode extension locally.
5
*/
6
+
7
+// Ensures that the aliases such as @cursorless/common that we define in
8
+// package.json are active
9
+import "module-alias/register";
10
11
import { extensionDependencies } from "@cursorless/common";
12
import * as cp from "child_process";
13
0 commit comments