Skip to content

Commit

Permalink
update version to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Jan 18, 2024
1 parent 32e52fd commit 3ba5432
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "azapi",
"displayName": "Terraform AzApi Provider",
"description": "Terraform AzApi Provider language support for Visual Studio Code",
"version": "1.11.0",
"version": "1.12.0",
"publisher": "azapi-vscode",
"appInsightsKey": "TODO",
"license": "MPL-2.0",
Expand Down

0 comments on commit 3ba5432

Please sign in to comment.