Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev/mookerem/3832
  • Loading branch information
moyo1997 committed Jul 8, 2024
2 parents 5dc3867 + 95e21ab commit 5081c41
Show file tree
Hide file tree
Showing 80 changed files with 567 additions and 145 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Linux)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (macOS)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Windows)

on:
push:
branches: [ main ]
branches: [ main, rel ]
pull_request:
branches: [ main ]
branches: [ main, rel ]

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's New?

## 1.19
## 1.18.43

Features:

Expand All @@ -21,6 +21,7 @@ Bug Fixes:
- Fix issue where `preferredGenerator.platform` and `preferredGenerator.toolset` wasn't being compared between the old and new kit to trigger a clean configure on a kit selection change. [#2699](https://github.com/microsoft/vscode-cmake-tools/issues/2699)
- Still allow for users to add `--warn-unused-cli`. Now instead of overriding, it will remove our default `--no-warn-unused-cli`. [#1090](https://github.com/microsoft/vscode-cmake-tools/issues/1090)
- Ensure `useCMakePresets` context is set after making a CMakePreset.json with `Quick Start`. [#3734](https://github.com/microsoft/vscode-cmake-tools/issues/3734)
- Fix issue where `cmake.preferredGenerators` wasn't falling back to the next entry when the first entry didn't exist [#2709](https://github.com/microsoft/vscode-cmake-tools/issues/2709)
- Fix issue where `cmakeUserPresets.json` not showing up in project outline. [#3832](https://github.com/microsoft/vscode-cmake-tools/issues/3832)

## 1.18.42
Expand Down
Loading

0 comments on commit 5081c41

Please sign in to comment.