We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc1e68 commit 5c21c43Copy full SHA for 5c21c43
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Release Notes
2
3
+# 1.12.2
4
+
5
+### Fixed
6
+- #1379: [Rust 1.93] Inspecting Option<String>::None hangs the debugger.
7
+- #1136: "cwd" not working in vscode debug
8
+- #1384: Cargo runner execution error on Windows when workspace path contains spaces
9
+- #1381: Spaces in path to user directory causes %1 is not a valid Win32 application.
10
+- #1080: support ${workspaceFolder} in lldb.library setting
11
12
# 1.12.1
13
14
### New
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(CodeLLDB)
enable_testing()
-set(VERSION "1.12.1") # Base version
+set(VERSION "1.12.2") # Base version
include(cmake/CopyFiles.cmake)
0 commit comments