mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
feat: update vscode-based desktop IDE modules to use vscode-desktop-core (#279)
This commit is contained in:
@@ -112,6 +112,8 @@ type JsonValue =
|
||||
| { [key: string]: JsonValue };
|
||||
|
||||
type TerraformStateResource = {
|
||||
module: string;
|
||||
mode: string;
|
||||
type: string;
|
||||
name: string;
|
||||
provider: string;
|
||||
|
||||
Reference in New Issue
Block a user