Skip to content

Commit

Permalink
fix(settings): use javascript as language default
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR committed Apr 1, 2018
1 parent ab5f6bf commit 58a7dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"type": "string"
},
"description": "LanguageId used instead of match, (exclude will still work) e.g. \"typescript\"",
"default": ".*"
"default": "javascript"
},
"match": {
"type": [
Expand Down

0 comments on commit 58a7dde

Please sign in to comment.