dorfylegends/legendsbrowser.code-workspace

20 lines
219 B
Plaintext
Raw Normal View History

2022-04-14 20:06:52 +03:00
{
"folders": [
{
"path": "."
},
2022-04-15 11:03:11 +03:00
{
"path": "analyze"
},
2022-04-14 20:06:52 +03:00
{
"path": "backend"
2022-04-18 18:21:06 +03:00
}
2022-04-14 20:06:52 +03:00
],
2022-05-07 22:17:05 +03:00
"settings": {},
"extensions": {
"recommendations": [
"jinliming2.vscode-go-template",
"golang.go"
]
}
2022-04-14 20:06:52 +03:00
}