vscode-msbuild-tools icon indicating copy to clipboard operation
vscode-msbuild-tools copied to clipboard

Work with Visual Studio solutions from inside Visual Studio Code

Results 10 vscode-msbuild-tools issues
Sort by recently updated
recently updated
newest added

I noticed today that some of the properties are not documented and I'd like to create a PR to address it. Is this project still maintained? For the MSBuild property...

Added support for `/t:` `nullTargetPlaceholder` isn't that pretty but I couldn't think of anything simpler and nicer. Maybe could have added another field like `useTarget: false`

My project requires that the startup project be specified as the target be build with: `MSBuild.exe Solution.sln /t:My\Default\Target ...`. I couldn't find any way to make that happen.

Hi, I'm getting an error trying to copy a file in one of my projects subfolders. `error: Can not duplicate file: TypeError: Cannot read property 'forEach' of undefined` I'm ready...

Please add options to debug by attact to process likes: exe, iisexpress, IIS. Thanks

As the title says. I am unable to build existing Visual Studio projects because they don't have precompiled headers. Visual Studio is able to give you the option to compile...

At the very least place the contents of the json example from the readme into a file in the correct location on disk via `CTRL+SHIFT+P` option. Might also trigger this...