vscode 2024-11-04

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
    },

Nevermind, it was a calva setting

I was about to say. 😃