diff --git a/dare.code-workspace b/dare.code-workspace new file mode 100644 index 0000000..930fb23 --- /dev/null +++ b/dare.code-workspace @@ -0,0 +1,18 @@ +{ + "folders": [ + { + "path": ".", + }, + { + "path": "../sigpro-ui", + }, + ], + "settings": { + "files.associations": { + "*.js": "javascript", + }, + "emmet.includeLanguages": { + "javascript": "html", + }, + }, +}