From ea344aa8cdc47409916a3182a44fa5fa0813261e Mon Sep 17 00:00:00 2001 From: thegecko Date: Thu, 7 Nov 2024 08:48:16 +0000 Subject: [PATCH] Prefer workspace extension host --- CHANGELOG.md | 3 +++ package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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