Create a Pretendo Docker .code-workspace file

This maked developing in the different subfolders more convenient and also fixes loading the typscript intellisense from npm packages.
This commit is contained in:
Matthew Lopez
2024-05-25 22:35:46 -04:00
parent f8d5cda26d
commit ab577616c6

44
.vscode/pretendo-docker.code-workspace vendored Normal file
View File

@@ -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": {}
}