Skip to content

Commit

Permalink
Param completions part 3, minor changes (microsoft#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford authored Apr 29, 2020
1 parent 959c5dc commit ecc1ffc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions assets/jsonsnippets.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,5 @@
"}"
],
"description": "Parameters Template"
},
"Parameter Value": {
"prefix": "arm-param-value",
"body": [
"\"${1:parameter1}\": {",
"\t\"value\": \"${2:value}\"",
"}"
],
"description": "Parameter Value"
}
}
1 change: 1 addition & 0 deletions src/AzureRMTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ export class AzureRMTools {
statusBarText = "No template file selected";
}

this._paramsStatusBarItem.command = "azurerm-vscode-tools.openTemplateFile";
this._paramsStatusBarItem.text = statusBarText;
}
}
Expand Down

0 comments on commit ecc1ffc

Please sign in to comment.