{ "files.insertFinalNewline": true, /** UI **/ "window.zoomLevel": 1, "workbench.tree.indent": 14, // hide inlay hints unless Ctrl+Alt is pressed "editor.inlayHints.enabled": "offUnlessPressed", "editor.mouseWheelZoom": true, /** Extension config **/ "vim.useSystemClipboard": true, "better-comments.tags": [ { "tag": "todo", "color": "#FF8C00" }, { "tag": "future", "color": "#bd93f9" } ], }