Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Sep 25, 2019
1 parent 9a21fb5 commit 18519d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.8
- Parameter & variable values which are objects now resolved
- Parameters defaultValues detected picked up and used
- Display unresolvable properties in italics and inside {}

## 0.0.7
- Many, many new icons added!
- Support for JSON comments, which is allowed by ARM
Expand Down
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ button:hover {
background-color: var(--vscode-gitDecoration-addedResourceForeground);
}

.italic {
font-style: italic;
}

#infobox {
display: block;
font-size: 90%;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "armview",
"displayName": "ARM Template Viewer",
"description": "Graphically display ARM templates in an interactive map view",
"version": "0.0.7",
"version": "0.0.8",
"icon": "assets/img/icons/main.png",
"publisher": "bencoleman",
"author": {
Expand All @@ -19,7 +19,7 @@
"azure"
],
"engines": {
"vscode": "^1.31.0"
"vscode": "^1.30.0"
},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit 18519d6

Please sign in to comment.