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 761eb36 commit 718895dCopy full SHA for 718895d
1 file changed
platforms/vscode/DEVELOPMENT.md
@@ -30,7 +30,7 @@ The extension consists of two main parts:
30
pnpm build
31
32
# Or build just the vscode extension
33
-pnpm --filter learningmap-vscode build
+pnpm --filter learningmap-studio build
34
```
35
36
The build process:
@@ -42,7 +42,7 @@ The build process:
42
43
```bash
44
# Watch mode for development
45
-pnpm --filter learningmap-vscode watch
+pnpm --filter learningmap-studio watch
46
47
48
To test the extension:
0 commit comments