From 32c909e709b751f66d7f97513cb6acce95cb0a36 Mon Sep 17 00:00:00 2001 From: ras0q Date: Tue, 21 Jan 2025 23:20:49 +0900 Subject: [PATCH] add VSCode workspace --- README.md | 6 +++++- h24w_14.code-workspace | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 h24w_14.code-workspace diff --git a/README.md b/README.md index 631854e1..01a7bc74 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# h24w_14 \ No newline at end of file +# h24w_14 + +```bash +code h24w_14.code-workspace +``` diff --git a/h24w_14.code-workspace b/h24w_14.code-workspace new file mode 100644 index 00000000..74d323e9 --- /dev/null +++ b/h24w_14.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "client" + }, + { + "path": "proto" + }, + { + "path": "server" + } + ], + "settings": {} +}