pamymaf
@pamymaf@kbin.run
Hi! Im a queer nerd just trying to find a way to live happily in this world. #actuallyAutistic and very #ADHD. I'm not the most consistent person in the world, but I keep coming around for the nerdiness and shitposting.
- Comment on You can totally play Tetris in your head 1 year ago:
Unless you have aphantasia. People with aphantasia are unable to mentally visualize. I close my eyes and it's just blackness all the time.
- Comment on The lengths we have to go to 1 year ago:
Here's the relevant section of my settings.json
json { "workbench.tree.renderIndentGuides": "always", "workbench.tree.indent": 15, "editor.guides.indentation": true, "workbench.colorCustomizations": { "editorIndentGuide.background": "#fd6bff", "tree.indentGuidesStroke": "#fd6bff" } }
- Comment on The lengths we have to go to 1 year ago:
@alphacyberranger
This is why I have my VSCodium set to highlight all indentation levels in my settings.jsonTo see the editor indent guides, set "editor.guides.indentation": true and "editor.guides.highlightActiveIndentation": true.
editorIndentGuide.background: Color of the editor indentation guides.
editorIndentGuide.activeBackground: Color of the active editor indentation guide.