AlexHaxe
AlexHaxe
Since the VSCode people didn't update the "Problems" icons in statusbar, one could argue that solid icons also fall under "native". But I don't really care so much about solid...
I don't know if it's possible, but if failed tests also used a red text colour (or background color) they would stand out more, regardless of solid vs. outlined icons....
Have you tried https://marketplace.visualstudio.com/items?itemName=wghats.vscode-nxunit-test-adapter?
well, I guess that leaves you with these options (I don't know much about C# myself so I might be wrong): - ask them to add support for .net core...
you'll need to raise an issue with the people who wrote [python test adapter extension](https://github.com/kondratyev-nv/vscode-python-test-adapter)
take a look at https://github.com/hbenl/vscode-example-test-adapter and https://github.com/hbenl/vscode-test-adapter-api repositories. they should give you good overview on how things work. looking at protatctor samples it seems pretty similar to jasmine. so I...
It's probably pretty hard to fix without a testcase. Can you give a reduced example that demonstrates your issue? I guess you are using https://github.com/betwo/vscode-catkin-tools to run your tests and...
there's not much checkstyle can do here. vscode can gray out those imports because of languageserver - and diagnostics from Haxe compiler telling it to. checkstyle doesn't have that source...
can't say I find your desired output easier to read, especially if you had multiple compare operations in a single `if` condition. what would look prettier is to extract those...
unless you set `"existingBetweenFields": "remove"` current behaviour of formatter is to keep just one empty line between fields and that will beat any of the other settings. your current sample...