From ab577616c6c496f49f0920b6fdaee7d6480068d2 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Sat, 25 May 2024 22:35:46 -0400 Subject: [PATCH] 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. --- .vscode/pretendo-docker.code-workspace | 44 ++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .vscode/pretendo-docker.code-workspace diff --git a/.vscode/pretendo-docker.code-workspace b/.vscode/pretendo-docker.code-workspace new file mode 100644 index 0000000..2cc7b99 --- /dev/null +++ b/.vscode/pretendo-docker.code-workspace @@ -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": {} +}