Skip to content

Commit

Permalink
Version & readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 23, 2016
1 parent d845a36 commit 7d26786
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode/**
.github/**
.gitignore
run_server.sh
tsconfig.json
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,11 @@ have this problem fixed.

# What's New?

## 0.2.X
## 0.2.1
- Added 'terminal' launch config option. '*' in stdio config now behaves identically to null.
- Moved static variables out to their own scope.
- Disassembly in symbolless locations should work now.
- Resume debuggee after attach, unless stopOnEntry is true.

## 0.2.0
- Added [disassembly view](#dissassembly-view).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-lldb",
"displayName": "LLDB Debugger",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "vadimcn",
"description": "LLDB front-end for VSCode",
"license": "MIT",
Expand Down

0 comments on commit 7d26786

Please sign in to comment.