Alexander
Alexander
I don't know when I'm going to create new icons for hint diagnostics, but in the meantime you can set gutter icons to "circle" or "square" and specify 4 custom...
Same as #12 - There's simply no api to do that
The upstream issue is probably this one https://github.com/microsoft/vscode/issues/32856
@rami3l I don't think that those decorations can be wrapped. It also looks like that api needs to be implemented per language? And it's also seems like the api has...
I don't know what you mean. What is a "problems terminal". And there are no features of this extension that contributes "Code Actions" (💡).
I ... don't remember what this issue is about. No action is planned. Going to close it.
I've changed a little bit how "onSave" works. Maybe it's fine as it is in **`3.20.0`**?
There's no api for that.
I'm thinking of adding 2 commands (no settings). `errorLens.nextProblem` & `errorLens.prevProblem`. But how would it even work? ``` 1❌ 2❌ 3⚠️ 4⚠️ 5❌ 6⚠️ // 500 lines of code 7❌...
Can you implement it without adding new settings? Just 2 commands that accept arguments e.g.: ```js { "key": "ctrl+shift+9", "command": "errorLens.nextProblem", "args": { "scope": "",// "file" | "allFiles" "sortOrder": "",//...