You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support different debug config for different launch targets (#2801)
* Support different debug config for different targets
* Wait for launch target to be set
* Changelog
* Fix eslint issue
* check for undefined and null
---------
Co-authored-by: Bob Brown <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# What's New?
2
2
3
+
## 1.16
4
+
Features:
5
+
- Support different debug config for different targets. [PR #2801](https://github.com/microsoft/vscode-cmake-tools/pull/2801)[@RichardLuo0](https://github.com/RichardLuo0)
6
+
3
7
## 1.15
4
8
Features:
5
9
- Added support for the CMake Debugger. [#3093](https://github.com/microsoft/vscode-cmake-tools/issues/3093)
0 commit comments