Alexander Mann-Wahrenberg
Alexander Mann-Wahrenberg
@quyykk I assume you used the "Debug C/C++m File" button in the headline of a cpp (test) file as shown in the screenshot as (1). This never was connected to...
@quyykk Weird! And you really installed via the command line the cmake-tools.vsix built from my feature branch at https://github.com/basejumpa/vscode-cmake-tools/actions/workflows/build-vsix.yml ?
@quyykk Thx for your screencast. Since I am working on Win11 and I saw you working on linux I tried it out in a github workspace (Ubuntu). Since it worked...
@quyykk I now managed to use the project on branch you're currently working on (see pull-request https://github.com/endless-sky/endless-sky/pull/8095 ) with my changed extension inside a github codespace. And you won't believe...
The "culprit" why my changes weren't effective in the endless-sky project is the renaming via ``` set_target_properties(EndlessSkyTests PROPERTIES OUTPUT_NAME "endless-sky-tests") ``` at [here](https://github.com/endless-sky/endless-sky/blob/d7fe1559c43a222b8a3c2de2826c5a065d7c607f/tests/CMakeLists.txt#L3). When I comment out that statement it...
@quyykk Now it works in your project as well. I would appreciate if you could try out the vsix from build https://github.com/basejumpa/vscode-cmake-tools/actions/runs/6991343632
@gcampbell-msft Thx for the reminder. I'll resume working in it: Rebase my changes, double-check if things need to be adapted, add some tests, ... As soon as it is sufficient...
Same issue here. I could need the fix as well ``` $ sphinx-build --version sphinx-build 5.1.1 $ sphinx-versioning --version Traceback (most recent call last): File "C:\Users\manna\scoop\apps\python\current\lib\runpy.py", line 196, in _run_module_as_main...