Setting up the project seems to ignore at least some settings.
Steps to reproduce (Checked on MSVC2015):
- New-Project
- Linux-project wizard
- Import a project -> Import a CMake project
- Server setup not relevant, sources on Windows computer
- Accept defaults for source code
- On the Import CMake Project page, change build type from “RELWITHDEBINFO” to “RELEASE”
- click Finish
- Go to VisualGDB Project settings and look at release configuration, it is still “RELWITHDEBINFO”. It can be changed
Feature request:
VisualGDB does not seem to handle file deletions when uploading code. If I delete a file locally, it remains on the server and is possibly still compiled on the server.
Feature request, or user error:
How do you ignore a directory for uploading/syncing in the source code?
I’ve tried setting -.git and -.svn (and other variants) but the ignore seems to apply to files only and it still uploads a multi-gigabyte repository to the server.