Bicep: Difference between revisions
Bicep |
m →Configuring VSCode extension for Bicep: Add Syntax Highlighting |
||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
== Configuring VSCode extension for Bicep == | == Configuring VSCode extension for Bicep == | ||
<syntaxhighlight lang="nixos"> | |||
programs.vscode = { | programs.vscode = { | ||
enable = true; | enable = true; | ||
| Line 31: | Line 32: | ||
]; | ]; | ||
}; | }; | ||
</syntaxhighlight> | |||
[[Category:Cloud]] | |||