lonix1

Results 446 comments of lonix1

@ahmednrana The answer [is here](https://github.com/ExodiusStudios/vscode-comment-anchors#configuration). Just add the custom tags to your workspace settings. Open the json file (not the UI) and you'll see examples of how to add new...

@macjuul Did you manage to repro the issue? Maybe my idea that it has something to do with trailing spaces is incorrect, but the issue it still there. Not sure...

Similar to #37? How would the "folder anchor" behave?

That's a pity because as you know postgres uses much less memory even on a small server. (It's also faster in my experience.) But I will use mariadb instead, at...

It would be nice to have this in the IDE's config.

Is this still an issue in the latest bits, and what is the current recommended workaround (OP was a few years ago).

@ctjhoa Since you know much more about this than I do, what approach do you take/recommend? (I'm on latest ubuntu BTW).

Okay turns out the column renaming stuff should be in the workspace config (`settings.json`), not in the extension's config file (`vscode-kanban.json`). Should be mentioned in the docs. (Also, should be...

Okay I hacked something together... Put this into `vscode-kanban.css`: ````css /* background */ body { background-color: #232323; /* this is vscode's main background color */ } /* swimlanes */ #vsckb-card-todo,...

Still unavailable from the addons site. Can it be installed manually?