workspace

This commit is contained in:
2026-04-17 20:32:18 +02:00
parent fac5079da0
commit 3cf05380c4

18
dare.code-workspace Normal file
View File

@@ -0,0 +1,18 @@
{
"folders": [
{
"path": ".",
},
{
"path": "../sigpro-ui",
},
],
"settings": {
"files.associations": {
"*.js": "javascript",
},
"emmet.includeLanguages": {
"javascript": "html",
},
},
}