dow/dow.code-workspace

18 lines
204 B
Plaintext
Raw Normal View History

2024-06-02 15:41:11 +02:00
{
"folders": [
{
"path": "server"
},
{
"path": "firmware"
}
],
2024-06-30 10:21:28 +02:00
"settings": {
"files.associations": {
"*.ejs": "html",
".env": "env",
".env.*": "env",
"cmath": "cpp"
}
}
2024-06-02 15:41:11 +02:00
}