Heath Stewart
Heath Stewart
https://semver.org - since cargo uses semvers - dictates that breaking changes are only in major upgrades. The cargo version default selection rules are dependent on this. For < 1.0, it...
What command are you running? What channel did you install? Note that prereleases and incomplete installs are not shown by default. Running `vswhere -help` will give you more details.
If the same command works as administrator, it seems you have an atypical permissions issue on `%ProgramData%`. Install [Process Monitor](https://learn.microsoft.com/sysinternals/downloads/procmon), run that to collect a trace, filter by the process...
Thanks. As I suspected, you're getting an `ERROR_ACCESS_DENIED` trying to read/list the directory above. `icacls` should've produced output if you run it elevated, which will help diagnose the problem and...
I see several issues linked to this one mentioning `keywords` limitations, but wanted to call it out explicitly, per "I want to collect such cases" in the OP. * Keyword...
Digital signatures != strong name signing. Digital signatures on assembly DLLs is handled by Authenticode signing with an X.509 certificate. It doesn't affect load performance unless loaders specifically validate the...
Depends on cli/go-gh#165
As recommended in Sjord/tree-sitter-bicep#2 since the current grammar is 3 years old and quite a bit behind. Mainly I wanted to add .bicepparam file support, which also required a couple...
To test this locally, is there a less costly way than installing nixOS to build the modified grammar? I remember from the previous PR I don't have to install the...
This may not be ready yet. The highlights should be right, but when I try to test with `cargo run -- ` nothing is highlighted - not even for other...