Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford committed Dec 15, 2023
1 parent 72b7de0 commit 568ed51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/vscode-bicep/src/language/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@ export interface BicepDecompileForPasteCommandResult {
pasteContext?: "none" | "string";
// undefined if can't be pasted
pasteType:
| undefined
| "fullTemplate"
| "resource"
| "resourceList"
| "jsonValue"
| "bicepValue";
| undefined
| "fullTemplate"
| "resource"
| "resourceList"
| "jsonValue"
| "bicepValue";
bicep?: string;
disclaimer?: string;
}

0 comments on commit 568ed51

Please sign in to comment.