eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Fix import #137

Closed planger closed 3 months ago

planger commented 3 months ago

What it does

Looks like the rebase of #135 causes a compile error. This change fixes the broken import.

How to test

As this just fixes the import, a green build should be enough. Locally I quickly tested the functionality again though.

Review checklist

Reminder for reviewers

planger commented 3 months ago

To get the build on main green as quickly as possible, I think it is safe enough to just merge it. I apologize if you feel otherwise.