Skip to content

Commit

Permalink
Undo register codelldb.cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Oct 3, 2022
1 parent f7fdc3c commit 5ca2fae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

# 1.8.1

## Fixed
- #777: Json parsing error when debugging rust

# 1.8.0

## New
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(CodeLLDB)
enable_testing()

set(VERSION "1.8.0") # Base version
set(VERSION "1.8.1") # Base version

include(cmake/CopyFiles.cmake)

Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@
}
]
},
"taskDefinitions": [
{
"type": "codelldb.cargo"
}
],
"configuration": [
{
"title": "Launch configuration defaults",
Expand Down

0 comments on commit 5ca2fae

Please sign in to comment.