Claudio Bandera
Claudio Bandera
Hi pschillinger, I really like your work and I think this is a very useful tool. A nice extension to this would be the possibility to draw a preliminary graph...
This is a pull request to fix issue #38. As it turns out, some built in commands behave differently on Mac OS X and Linux. In order to run the...
As sargas pointed out in Issue #10 : The unittests are not passing through when called in a ubuntu bash shell. This should be fixed before continuing development on new...
**Why do we need this feature?** In my unittests I follow the AAA pattern (Arrange, Act, Assert), also I like to use test fixtures for moving common arrange steps into...
This PR is a proposal on how a toggle mechanism for features (functionalities), as discussed in #490, can be implemented. It demonstrates on the `CodeLens` feature, how this could be...
This PR makes the buildifier test deterministic by: - awaiting for diagnostics to be produced before asserting - safeguarding against endless runs with a timeout - do not check exact...
We see several demands from users to selectively deactivate features of this extension. This is either because of performance reasons (long running queries in the background) or simply because features...
This change makes the default settings for the executable paths visible from the VSCode GUI and simplifies the code by moving the defaults to `package.json`. Closes #88