-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
373515a
commit 682f8ab
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} |