Releases: mesonbuild/vscode-meson
Releases · mesonbuild/vscode-meson
v1.11.0
What's Changed
- Add meson.options file type by @xclaesse in #149
- Added prettier, lint-staged and husky. by @lukester1975 in #139
- List tests on activation by @ylatuya in #154
- tasks: list examples as runnable executables by @ylatuya in #153
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Add a new command to run executables by @ylatuya in #125
- Misc improvements by @xclaesse in #127
- Remove some dead code by @xclaesse in #129
- env file might have \r\n newline by @xclaesse in #128
- Only run linter on meson files by @annacrombie in #131
- Fix version showing "undefined" in tree view by @tristan957 in #132
- extension: refresh / clear cache if extension configuration is changed. by @lukester1975 in #134
- introspection: "--project-info" should be "--projectinfo". by @lukester1975 in #135
- extension: reload window if buildFolder changes. by @lukester1975 in #137
- Instead of target type in ui, use a tool tip. by @lukester1975 in #136
- Add test and benchmark options by @lukester1975 in #138
- Enable strict mode and fix up all resulting errors and warnings. by @lukester1975 in #140
- Fix boolean logic of filter in getTask(). by @lukester1975 in #142
- Don't patch compile_commands.json any more by @xclaesse in #147
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Remove ccache from compile_commands.json by @xclaesse in #118
- README: Fix typo in filename by @xclaesse in #121
- Use autodetect for meson-gcc problem matcher. by @lukester1975 in #112
- Don't show "Open" (meson.build) in command palette. by @lukester1975 in #111
- Various cleanups and performance improvements by @xclaesse in #122
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v.1.8.0
What's Changed
- Add meson install to task definitions by @mkaes in #102
- Do not reconfigure on vscode startup by @xclaesse in #106
- Fix description for configureOnOpen by @ylatuya in #108
- Apply format defined in .editorconfig by @ylatuya in #109
- Generate vscode.env file to be used by launch.json by @xclaesse in #107
- Fix automatic executable targets execution by @ylatuya in #110
New Contributors
Full Changelog: v1.7.1...v1.8.0
v1.7.1
Version 1.7.0
What's Changed
- replace "provider" with a link to muon in README by @annacrombie in #92
- Simplifying build, using build tasks by @MadsAndreasen in #83
- actions: restrict permissions by @dcbaker in #93
- feature: Allow to configure debug configurations by @Ongy in #84
- Added meson-gcc problem matcher to get gcc builderrors in problem view by @MadsAndreasen in #82
- Can open meson.build from treeview by @MadsAndreasen in #97
- Button to run configure from tree-view by @MadsAndreasen in #96
- add setupOptions configuration, useful for passing --cross-file to meson setup by @chris-laplante in #94
New Contributors
- @MadsAndreasen made their first contribution in #83
- @chris-laplante made their first contribution in #94
Full Changelog: v1.6.0...v1.7.0
Version 1.6.0
Support for using muon
as a linter has been added.
What's Changed
- Fix concatenation of multiple arguments by @jfsimoneau in #80
- syntax: add
add_project_dependencies
by @dcbaker in #88 - Add support for muon linter and formatter by @annacrombie in #87
New Contributors
- @jfsimoneau made their first contribution in #80
- @annacrombie made their first contribution in #87
Full Changelog: v1.5.2...v1.6.0
Version 1.5.2
What's Changed
- Fix structured sources and highlight install_symlink by @tristan957 in #76
- ci: Check all meson functions are highlighted by @xclaesse in #77
- ci: split api check into a separate job and fix indentation by @dcbaker and @ePirat in #79
New Contributors
Full Changelog: v1.5.1...v1.5.2
Version 1.5.1
Version 1.5.1 is a maintenance release, that adds support for the new structured_sources
function added in Meson 0.62.0
What's Changed
Full Changelog: v1.5.0...v1.5.1