Skip to content

Commit

Permalink
Prefer workspace extension host
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Nov 7, 2024
1 parent 70583f2 commit ea344aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.1.0
- Switched preferred extension host to `workspace` to enable WSL support

## 1.1.0
- Fixed variable fetch before variables are available.
- Fixed variable decoration display if it starts before the loaded memory range.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "memory-inspector",
"displayName": "Memory Inspector",
"description": "A powerful and configurable memory viewer that works with debug adapters",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "eclipse-cdt",
"author": "Rob Moran <[email protected]>",
"license": "EPL-2.0",
Expand Down Expand Up @@ -444,6 +444,7 @@
"onStartupFinished"
],
"extensionKind": [
"workspace",
"ui"
]
}

0 comments on commit ea344aa

Please sign in to comment.