Skip to content

Commit

Permalink
Create a Pretendo Docker .code-workspace file
Browse files Browse the repository at this point in the history
This maked developing in the different subfolders more convenient and also fixes loading the typscript intellisense from npm packages.
  • Loading branch information
MatthewL246 committed May 29, 2024
1 parent 373515a commit 682f8ab
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .vscode/pretendo-docker.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"folders": [
{
"path": ".."
},
{
"path": "../docs"
},
{
"path": "../repos/account"
},
{
"path": "../repos/BOSS"
},
{
"path": "../repos/friends"
},
{
"path": "../repos/Inkay"
},
{
"path": "../repos/juxtaposition-ui"
},
{
"path": "../repos/miiverse-api"
},
{
"path": "../repos/mitmproxy-pretendo"
},
{
"path": "../repos/super-mario-maker"
},
{
"path": "../repos/website"
},
{
"path": "../repos/wiiu-chat-authentication"
},
{
"path": "../repos/wiiu-chat-secure"
}
],
"settings": {}
}

0 comments on commit 682f8ab

Please sign in to comment.