Alexander

Results 106 comments of Alexander

There is no steps to reproduce and I don't own a Mac. Any errors in devtools `workbench.action.toggleDevTools` **Developer: Toggle Developer Tools**?

Maybe extension wasn't activated at all? When this happens - does it show activation time like `11ms` or is it showing "Activating..." forever or something like that? ![demo_activation_time](https://github.com/usernamehw/vscode-todo-md/assets/9638156/a3e740cc-b187-4a78-abb7-758543eb7626) or `workbench.action.showRuntimeExtensions`...

Not sure if it'll help but I just wrote and extension to change language from a keybinding: https://marketplace.visualstudio.com/items?itemName=usernamehw.change-language-mode

Maybe adding 1 new command: `Archive` that would be equivalent to running these 2 commands: 1. Complete selected tasks 2. Archive selected tasks Or do you want for it to...

Are you using `errorLens.alignMessage`?

I don't know then. It doesn't reproduce with these settings. Can you narrow it down to 1 setting or a combination of settings (minimal repro steps)? --- Does it work...

Maybe it's the **"editor.fontFamily"** setting? `Material Design Icons` doesn't make sense to use as an editor font...

`workbench.action.terminal.sendSequence`

Alright, subscribed to closing event of https://github.com/microsoft/language-server-protocol/issues/737 . It's not finalized yet, yes?