feat: update vscode-based desktop IDE modules to use vscode-desktop-core (#279)

This commit is contained in:
Phorcys
2025-11-27 13:35:40 +01:00
committed by GitHub
parent 70ca76e86d
commit 0021a9fe7d
19 changed files with 270 additions and 388 deletions
+2
View File
@@ -112,6 +112,8 @@ type JsonValue =
| { [key: string]: JsonValue };
type TerraformStateResource = {
module: string;
mode: string;
type: string;
name: string;
provider: string;