Commit b8c2b99
feat(config): allow user to specify launch directory for extension (#2190)
Adds an input prompt to the `.vscode/launch.json` configuration, allowing the user to specify the directory the development extension will open in. This provides more flexibility for testing and development workflows.
Co-authored-by: Chris Hasson <[email protected]>1 parent 9306919 commit b8c2b99
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
48 | 56 | | |
49 | 57 | | |
0 commit comments