Alexander

Results 106 comments of Alexander

Doesn't feel generic enough for me. I have a todo item somewhere for a variable substitution with an update event, like: ```js "Toggle Activity Bar": { "command": "commands.toggleSetting", "args": "workbench.activityBar.visible",...

I've added first version of variable substitution in status bar: ```js "Time": { "command": "noop", "statusBar": { "text": "${currentHour}:${currentMinute}:${currentSecond}", "updateEvents": [ { "kind": "interval", "value": 1000 } ] } },...

I do not understand this request. Is there an extension/software that behaves this way?

Yes, coloring columns with random colors for `.csv` would be an improvement. Another feature might be coloring based on column name or column data pattern: - If the column name...

Does editor show squiggly underline for errors/warnings? If VSCode doesn't render those problems => then this is not a problem with `Error Lens` extension. ![squiggly](https://github.com/user-attachments/assets/afd1cab3-ea0e-4972-9290-4239ae447e7d)

I will assume that ESLint is not configured properly.

Does it only happen when other extensions provide decorations (like `GitLens` or `Import Cost`)?

I will assume that this issue only happens when delay is set and that should be fixed by now.

I don't use Go. If extension works fine but stops with `"extensions.experimental.affinity"` - then file an issue with VSCode repo.