Johannes Rieken
Johannes Rieken
fyi - @egamma @chrisdias @seanmcbreen
related to microsoft/vscode-python#9827
Well, there are two kind of PRs. One is that "I kinda know how it should be done but I don't have the time to do it" and others are...
@thakkarparth007 @dhanvikapila Press the :+1: button, that's how we prioritise work. Adding more comments in the spirt of "I need this so bad" just makes us unsubscribe from issues. The...
FYI and yes it isn't the full deal yet but since a few milestones you can hide menu items from toolbar. That helps to main a clean and custom look....
> @jrieken does this PR address the feedback you gave on the previous one? Only partially. I like that this happens in `SubmenuEntryAnctioViewItem` but I think this should be controlled...
Thanks for the effort here. Tho, we should discussed first if this contribution will be taken. There are not many upvotes on either feature requests and the gist of the...
> Seems like vscode.languages.getDiagnostics provides data only for currently open files. It can't be used to get list of problems from, for example, a tsc watcher used as typechecker service....
Mystery. The problems pane is also just fed from the marker service, afaik there is no other way to feed problems into the system and from there everything is pushed...
This is a great find. There is something going on with task- and extension-markers. I need to double check but I believe they can share owners so that extension-markers overwrite...