dow/dow.code-workspace

18 lines
204 B
Plaintext

{
"folders": [
{
"path": "server"
},
{
"path": "firmware"
}
],
"settings": {
"files.associations": {
"*.ejs": "html",
".env": "env",
".env.*": "env",
"cmath": "cpp"
}
}
}