All notable changes to the "vscode-msbuild-tools" extension will be documented in this file.
- Removed Github Actions badge from README.md because it contains an SVG which is not accepted by the Visual Studio Code marketplace for security reasons.
- Bugfix: crash when platformConfigurations is not included in msbuild-tools.json.
- Added the new platformConfigurations field to the msbuild-tools.json schema.
- Added initial python script to build from the commmand line
- Add support for specifying platform configuration (instead of whatever the default is) from msbuild-tools.json. Thanks to @Estivoo.
- Make the status bar items behave more reasonably when debug, or platform configurations are missing from msbuilt-tools.json.
- Add support for specifying build configuration (instead of the default Debug/Release) from msbuild-tools.json. Thanks to @ja-no.
- Fix debugging (switch to new
vscode.debug.startDebugging()
). - Added a working example (see
example/helloworld
).
- Fix a bug where variables used in environment variables provided to Visual Studio were not expanded.
- Added an animated GIF demo in the README.
- Fix typo in schema file.
- Fixed parsing of compiler messages.
- Add an optional "verbosity" argument to config file
- Add /nologo argument to msbuild
- Added missing configuration file schema
- Make sure that post build tasks are not executed if the build fails or is killed.
- Initial release (a slight modification to vscode-msbuild-tools)