Improve devcontainer

This commit is contained in:
Felipe Santos
2022-05-15 17:53:35 +00:00
parent c9b71eca7e
commit cc0962b31c
5 changed files with 44 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "yarn start",
"name": "Run yarn start",
"request": "launch",
"type": "node-terminal",
"internalConsoleOptions": "openOnFirstSessionStart"
}
]
}