Files
doneit-web/workspace.code-workspace
T

16 lines
199 B
Plaintext
Raw Normal View History

2022-02-16 15:52:59 +01:00
{
"folders": [
{
"path": "."
2023-08-30 14:18:05 +01:00
},
{
"path": "../srccccccccccccc/src"
2022-02-16 15:52:59 +01:00
}
],
"settings": {
"cSpell.words": [
"Chatmessage"
2023-08-28 16:07:06 +01:00
],
"nuxt.isNuxtApp": false
2022-02-16 15:52:59 +01:00
}
}