Hi,
I just tested the advanced cmake subsystem. I set the project to access the source files with ssh. Then I did “Clean” from contextmenu:
—— Clean started: Project: xxx Configuration: Debug VisualGDB ——
Removing /home/tkunze/xxx/…
========== Clean: 1 succeeded, 0 failed, 0 skipped ==========
tkunze@nb-sys-043:~/xxx$ ls -l
total 0
So instead of “make clean” vgdb does a “rm -rf *”.
I attached the cgdbcmake file.
Fortunately it was just a test.
Yesterday I also tried the cmake-subsystem remote files over SSH and couldn’t get it working with WSL. It only worked after I installed openssh in WSL an choose “localhost” as remote machine instead of WSL.
Regards,
Thomas