mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-07 10:55:11 -05:00
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:
44
.vscode/pretendo-docker.code-workspace
vendored
Normal file
44
.vscode/pretendo-docker.code-workspace
vendored
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user