thomas725
thomas725
I am using cSpell for spell checking and have additional accepted words in both workspace `repository/.vscode/settings.json` and user `C:/Users/user/AppData/Roaming/Code/User/settings.json` which both work fine.
Sadly `.markdownlint.json` doesn't work either. I'm trying to disable some rules. My `repository/.markdownlint.json` reads: ```json { "MD010": false, "MD012": false, "MD013": false } ``` And my problem view is full...
It only shows one line: > [10:38:14 AM] INFO: Linting for "file:///home/user/encrypted-mnt/Dendron/notes/currently-open-file.md" will be run "onType". Reloading the VS-Code Window empties it. Modifying `.markdownlint.json` prints: > [11:28:21 AM] INFO: Re-linting...
I've rechecked: On my native Linux desktop I don't have this problem. `.markdownlint.json` is read and works fine. It's non-empty existence does overwrite the `markdownlint.config` block I have in `.vscode/settings.json`...
Maybe there's some setting somewhere while developing / building the vs code extension where you can choose weither to run on the windows client side or the wsl back end...
I can try on Monday, so in 2 days. sorry. I don't have that windows machine with me at home..
strange, so it's not a general remote problem, but either WSL specific or even something more specific to my machine... So I'm back on my Windows10+WSL machine, and seeing very...
I've recently upgraded the server from v3.1 but saw those warnings during the upgrade: ``` dpkg: warning: unable to delete old directory '/usr/lib/udev/rules.d': Directory not empty dpkg: warning: unable to...
thanks, that works! but as predicted, it's quite slow. but at least it works ^^ thank you very much :)
Okey so I think I understand a bit more about sync / async rust than yesterday. The methods I'm using to start the mqtt broker and listen for notifications are...