RolfNoot
RolfNoot
Seems the location of Python is not okay: -bash: /Applications/GNURadio/usr/bin/gnuradio-companion: /Library/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Content: bad interpreter: No such file or directory How can I change the '3.7' into 'Current'? -Rolf
Installing Python 3.7 did the trick. Maybe change the Python link inside the read.me to the 3.7 version: https://www.python.org/downloads/release/python-377/
Second that. Also worried about Telemetry, the C/C++ extension uses.  I would love to see a replacement for the $gcc problemmatcher as I use:...
Thanks for the quick reply. Where (in code?) can I find this regex? I might change it according my needs.
Changing the regex doesn't affect the output. I changed the one in `vscode-cmake-tools/src/diagnostics/msvc.ts` which seems to affect the output. How can I select the problemMatcher when starting build programmatically (not...
It can show problems using a 'null' path. Besides that, the file path is provided by the linker and should be matched by the regex (/Volumes/.../main.c:105 in this case). I...
What you can do in such a case is use a 'null' path for the file.  In my opinion, this is currently the best way to report...
I am assuming it's a 'null' path, an empty string or just a '/' which is a valid Uri. The screenshot above shows that it's possible at least. Not sure...
I like to test as well, working a lot with gcc. Is there a repo or .vsix to test it?
Adding some info here, experiencing the same issue since the last update (probably with 1.12, but not 100% sure). Replication of the issue is easy: 1. start debug 2. wait...