Working With Devin
Interacting with Devin's Machine
Work with Devin’s editor and shell in VSCode
How to access Devin’s Machine
After you kick off a run and Devin initializes its machine, click the three dots on the upper right corner and select Use Devin’s Machine. If you make changes to Devin’s code or execute any terminal commands, be sure to go back to your chat and tell Devin what you changed so that Devin can evaluate the new context of its project and continue its work.
Once selected, you’ll launch a new VSCode session where you can view and edit Devin’s code:
Terminal
You can also use VSCode to open up a terminal! To do this simply use the shortcut Ctrl-` or, on a Mac, use the shortcut Cmd-j. This will open up a terminal where you can now run any commands you like or test Devin’s code.