Commit 22cfdc3
authored
Update Contribution Guide To Help Solve Potential Setup Error (#1225)
## Summary
When I was following the contribution guide, all the steps worked
except:
`Tip: you can also start VSCode from inside your Devbox shell with
devbox run code.`
I was getting an error stating the command `code` was not found. I
checked the file `devbox run code` was running, which is
`.devbox/gen/scripts/code.sh`. In the file (line 3), it tries to run
`code .` -> which only works if you have installed the Visual Studio
shell command.
## How was it tested?
Steps I took:
1. I could not run the command successfully without installing the
Visual Studio shell command.
2. I installed the shell command.
3. The command ran successfully.
## Why Is It Useful?
This is useful for developers who do not use Visual Studio Code as their
primary IDE, therefore increasing the chances encountering an error on
the beginning setup steps1 parent b90a2aa commit 22cfdc3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments