Skip to content

Commit

Permalink
Merge pull request #53 from stuartleeks/showToolsWindowOnStartup
Browse files Browse the repository at this point in the history
Add README note for "Show tools window on startup"
  • Loading branch information
bradygaster authored Jul 20, 2017
2 parents 6e0a264 + ccf94e1 commit 041d9a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This extension for [Visual Studio Code](http://code.visualstudio.com) gives Azure developers some convenient commands for creating or accessing resources directly in the editor.

## New in v 1.2.9

By default the Azure Tools output window is opened on startup. If you prefer that it isn't opened on startup then you can change the `azure.showToolsWindowOnStartup` setting to false:

![Disable tools window on startup](media/docs/azure.showToolsWindowOnStartup.gif)

## New in v1.2.3

### Output window messages
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.8
## 1.2.9
- Add `azure.showToolsWindowOnStartup` setting. If you [update your settings](https://code.visualstudio.com/docs/getstarted/settings) to set this to false then the Azure Tools window won't automatically be shown when Visual Studio Code starts
- Fix an issue that caused an unhandled error when attempting to export a Resource Manager template if you don't have a folder open in Visual Studio Code.

Expand Down
Binary file added media/docs/azure.showToolsWindowOnStartup.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azuretoolsforvscode",
"displayName": "Azure Tools for Visual Studio Code",
"description": "Convenient features for Microsoft Azure developers.",
"version": "1.2.8",
"version": "1.2.9",
"publisher": "bradygaster",
"repository": {
"type": "git",
Expand Down

0 comments on commit 041d9a4

Please sign in to comment.