Skip to content

Commit

Permalink
Temporary workaround for Code bug microsoft/vscode#100840
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Apr 29, 2021
1 parent 27211ef commit 15b317d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"window.restoreWindows": "none",
"git.confirmSync": false,
"git.autofetch": true,
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
// https://github.com/microsoft/vscode/issues/100840
//"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand All @@ -15,5 +16,6 @@
"sync.autoDownload": true,
"sync.autoUpload": true,
"workbench.colorTheme": "Default Dark+",
"explorer.confirmDragAndDrop": false
}
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1
}

0 comments on commit 15b317d

Please sign in to comment.