Skip to content

Commit

Permalink
add vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mortend committed Oct 15, 2018
1 parent f1c1303 commit c1c139e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.associations": {
"*.uxl": "xml"
},
"files.exclude": {
"**/build": true,
"**/.uno": true
}
}

0 comments on commit c1c139e

Please sign in to comment.