memos/.vscode/project.code-workspace
Stephen Zhou 94f97208e3
chore: setup project workspace for better DX (#1048)
* chore: setup project workspace for better DX

* chore: remove prettier ext
2023-02-08 18:43:13 +08:00

13 lines
138 B
Plaintext

{
"folders": [
{
"name": "server",
"path": "../"
},
{
"name": "web",
"path": "../web"
},
],
}