Skip to content

Instantly share code, notes, and snippets.

View aschmelyun's full-sized avatar
Building something fun!

Andrew Schmelyun aschmelyun

Building something fun!
View GitHub Profile
@aschmelyun
aschmelyun / settings.json
Created November 16, 2021 05:54
VS Code Settings
{
"editor.codeLens": false,
"workbench.colorTheme": "Atom One Dark",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.selectionHighlight": false,
"editor.highlightActiveIndentGuide": false,