Skip to content

Commit

Permalink
👕 Fixes JSON lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 19, 2019
1 parent 43e6fa9 commit 5d58577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/rootfs/root/.code-server/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"**/__pycache__/**": true,
"**/deps/**": true,
".Trash-0/**": true,
".nfs**": true,
".nfs**": true
},
"search.exclude": {
"**/__pycache__/**": true,
"**/deps/**": true,
".Trash-0/**": true,
".Trash-0/**": true
},
"terminal.integrated.copyOnSelection": true,
"yaml.customTags": [
Expand Down

0 comments on commit 5d58577

Please sign in to comment.