{
// UI IMPROVEMENTS ——————————————————
// Part 1.
"editor.minimap.enabled": false,
"workbench.editor.enablePreview": false,
"explorer.openEditors.visible": 1,
"workbench.startupEditor": "newUntitledFile",
"editor.codeLens": false,
"explorer.confirmDragAndDrop": false,
"editor.snippetSuggestions": "top",
"editor.tabCompletion": true,
"editor.quickSuggestionsDelay": 0,
"editor.multiCursorModifier": "ctrlCmd",
"terminal.integrated.macOptionIsMeta": true,
"workbench.statusBar.feedback.visible": false,
// Part 2.
"editor.wordWrap": "on",
"debug.toolBarLocation": "docked",
"window.restoreFullscreen": true,
"workbench.editor.tabCloseButton": "off",
"workbench.panel.defaultLocation": "right",
"terminal.integrated.drawBoldTextInBrightColors": false,
"gulp.autoDetect": "off",
"grunt.autoDetect": "off",
"editor.rulers": [
80,
100,
120
],
}