Skip to content

Commit be31e15

Browse files
committed
Update settings.json
1 parent b7d7934 commit be31e15

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

configs/settings.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"editor.folding": false,
23
"window.zoomLevel": 0,
34
"editor.fontSize": 15,
45
"editor.fontFamily": "'Andale Mono', Menlo, Monaco, 'Courier New', monospace",
@@ -69,15 +70,20 @@
6970
"prettier.printWidth": 100,
7071
"prettier.singleQuote": true,
7172
"prettier.trailingComma": "all",
72-
"sync.gist": "12ecdf4397b5597c3cf5e7bfff453f96",
73-
"sync.lastUpload": "2017-09-24T21:26:39.270Z",
73+
"sync.gist": "2f46115522e2106dbc02182ce22edbcb",
74+
"sync.lastUpload": "2017-10-01T19:56:59.724Z",
7475
"sync.autoDownload": true,
7576
"sync.autoUpload": true,
76-
"sync.lastDownload": "",
77+
"sync.lastDownload": "2017-09-29T23:50:03.425Z",
7778
"sync.forceDownload": false,
7879
"sync.anonymousGist": false,
7980
"sync.host": "",
8081
"sync.pathPrefix": "",
81-
"sync.quietSync": false,
82-
"sync.askGistName": false
82+
"sync.quietSync": true,
83+
"sync.askGistName": false,
84+
"javascript.validate.enable": false,
85+
"gitlens.blame.line.enabled": false,
86+
"gitlens.codeLens.enabled": false,
87+
"ActiveFileInStatusBar.fullpath": false,
88+
"extensions.ignoreRecommendations": false
8389
}

0 commit comments

Comments
 (0)