Add dev container workspace

Allows the linting and style settings for the frontend to be applied even when you load the main repo as a workspace
pull/6715/head
Josh McKinney 1 month ago
parent 8a7b67c593
commit 2bee5dc86e
No known key found for this signature in database
GPG Key ID: 722287396A903BC5

@ -0,0 +1,13 @@
// This file is used to open the backend and frontend in the same workspace, which is necessary as
// the frontend has vscode settings that are distinct from the backend
{
"folders": [
{
"path": ".."
},
{
"path": "../frontend"
}
],
"settings": {}
}
Loading…
Cancel
Save