Sharadh Rajaraman
Sharadh Rajaraman
Thanks! Any chance of a fix? I'm quite certain Python has a argument-parsing library, similar to C's `getopt`... Something like [`argparse`](https://docs.python.org/3/library/argparse.html)?
@erich666 and @chris-wyman, I was actually planning to email you guys requesting an update to the DXR tutorials, and I'm glad I found this thread. I'd just like to +1...
> Your sample project duke works for me. > > May you have a try on the VS Code command "**Java: Clean the Java language server workspace**" ? Thanks for...
Hi guys. I just spoke to @Eskibear through an interview for VS Code Java, and I noted that this problem actually has got to do with symlinks, and possibly OneDrive...
I am under manifest mode. Please look at the `vcpkg.json` attached; I can reproduce this with just a minimal working example: ```json { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ { "name": "aws-sdk-cpp",...
I believe [`vcpkg-cmake-wrapper.cmake`](https://github.com/microsoft/vcpkg/blob/master/ports/curl/vcpkg-cmake-wrapper.cmake) has to be patched to account for `$`. In fact, this needs to be done for other transitive libraries used by curl, too. Right now, `${CURL_LIBRARIES}` evaluates...
It appears that FontPro was written on a Unix/Unix-like system, hence the dependence on Cygwin. MiKTeX may be managed directly from the commandline in Windows itself, and I propose writing...
> There is also the issue with sanitizers being the default is that MSVC for example has reduced capabilities: For the record, the various sanitisers are also incompatible with `-D_FORTIFY_SOURCE`...
@m-kuhn I'm in no hurry! Personally I'd rather like to keep everything in one place than repeatedly reopening PRs; it makes tracking progress a lot easier. I'm happy to make...
@asuessenbach and @theHamsta, do you have any input on this? Thanks!