1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-09 17:46:38 +09:00
Files
namae/namae.code-workspace
2019-09-24 13:55:07 +09:00

16 lines
197 B
Plaintext

{
"folders": [
{
"name": "API",
"path": "api"
},
{
"name": "Web",
"path": "web"
}
],
"settings": {
"jest.disabledWorkspaceFolders": ["Root"]
}
}