Skip to content

Commit 3beb8c8

Browse files
authored
Merge pull request #151 from eclipse-cdt-cloud/remote-support
Prefer workspace extension host
2 parents 70583f2 + ea344aa commit 3beb8c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 1.1.0
4+
- Switched preferred extension host to `workspace` to enable WSL support
5+
36
## 1.1.0
47
- Fixed variable fetch before variables are available.
58
- Fixed variable decoration display if it starts before the loaded memory range.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "memory-inspector",
33
"displayName": "Memory Inspector",
44
"description": "A powerful and configurable memory viewer that works with debug adapters",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"publisher": "eclipse-cdt",
77
"author": "Rob Moran <rob.moran@arm.com>",
88
"license": "EPL-2.0",
@@ -444,6 +444,7 @@
444444
"onStartupFinished"
445445
],
446446
"extensionKind": [
447+
"workspace",
447448
"ui"
448449
]
449450
}

0 commit comments

Comments
 (0)