diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bda81b..6c533ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 7e237b5..4406a8a 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "EPL-2.0", @@ -444,6 +444,7 @@ "onStartupFinished" ], "extensionKind": [ + "workspace", "ui" ] } \ No newline at end of file