Skip to content

Commit 5952fa2

Browse files
authored
Fix init launch sandbox script (#1284)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent cf252b2 commit 5952fa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cursorless-vscode-core/scripts/initLaunchSandbox.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* allowing you to have a separate set of extensions and settings for use when
44
* developing the Cursorless VSCode extension locally.
55
*/
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+
611
import { extensionDependencies } from "@cursorless/common";
712
import * as cp from "child_process";
813

0 commit comments

Comments
 (0)