vscode

solf 2024-11-04T17:10:13.846269Z

I can't disable the vertical indent guides on clojure files. For other files (eg json) they were properly disabled I tried disabling all the related options I could find:

"[clojure]": {
        "editor.wordSeparators": "\t ()\"':,;~@#$%^&{}[]`/",
        "editor.guides.highlightActiveIndentation": false,
        "editor.guides.indentation": false,
        "editor.foldingStrategy": "auto",
        "editor.guides.bracketPairsHorizontal": false,
        "editor.guides.highlightActiveBracketPair": false,
        "editor.guides.bracketPairs": false
    },

solf 2024-11-04T17:13:11.742959Z

Nevermind, it was a calva setting

pez 2024-11-04T17:24:03.761549Z

I was about to say. 😃