Matt Schulte
Matt Schulte
Ah, and it looks like vscode doesn't really support this either (Microsoft/vscode#2809). If they decide to allow variable substitution I can create the pull request to make this happen.
[Source linking](https://github.com/dotnet/sourcelink) is a relatively new and so not so well documented alternative to source indexing. It's safer than source indexing since it does not rely on the debugger running...
This is a known issue due to the EULA we are required to present to users. We have a work around to this issue. The EULA acceptance is done using...
We are looking at adding support for allowing users to set an environmental variable to also skip this. This would look something like ```bash ACCEPT_EULA=Y apt install libk4a1.5 ``` Note:...
> sorry if it came of as a little aggressive, I just don't like "wisdom of the crowd" being justified by it's "the wisdom of the crowd". I'm happy to...
I've created a PR #49 that partially completes this work. It adds in the `Option` to the success case of the returned path. But it does not include the custom...