Skip to content

Commit

Permalink
Merge pull request #24 from traP-jp/feat/code-workspace
Browse files Browse the repository at this point in the history
add VSCode workspace
  • Loading branch information
ras0q authored Jan 21, 2025
2 parents 37f7d1c + 32c909e commit 1709fbf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# h24w_14
# h24w_14

```bash
code h24w_14.code-workspace
```
17 changes: 17 additions & 0 deletions h24w_14.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
},
{
"path": "client"
},
{
"path": "proto"
},
{
"path": "server"
}
],
"settings": {}
}

0 comments on commit 1709fbf

Please sign in to comment.