From d4b6fa32ac9f62b4d1536cf53222cfb5897e99b5 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 17 Nov 2022 11:56:30 +0000 Subject: [PATCH] VSCode Workspace --- pythonwebapp.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pythonwebapp.code-workspace diff --git a/pythonwebapp.code-workspace b/pythonwebapp.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/pythonwebapp.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file