Skip to content

Commit

Permalink
fix: correct VSIX glob
Browse files Browse the repository at this point in the history
  • Loading branch information
DotJoshJohnson committed Dec 20, 2016
1 parent 70e3722 commit ee6a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*/vsix": true,
"**/*.vsix": true,
"**/*.js": {"when": "$(basename).ts"}
}
,
Expand Down

0 comments on commit ee6a491

Please sign in to comment.