azure-powershell-migration/vscode-extension
ChenleiYang f0f367f33e
Fix issue #62 to show the correct status of the PowerShell console (#67)
* Add GetVersionHandler to language server

* update .vscodeignore

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
2020-10-16 21:17:26 +08:00
..
.vscode Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
resources/readme Add usage to vscode extension's README.md (#59) 2020-09-21 15:41:43 +08:00
server Fix issue #62 to show the correct status of the PowerShell console (#67) 2020-10-16 21:17:26 +08:00
src Fix issue #62 to show the correct status of the PowerShell console (#67) 2020-10-16 21:17:26 +08:00
.eslintrc.json Initial commits for vscode extension 2020-08-10 09:22:51 +08:00
.gitignore Initial commits for vscode extension 2020-08-10 09:22:51 +08:00
.vscodeignore Fix issue #62 to show the correct status of the PowerShell console (#67) 2020-10-16 21:17:26 +08:00
CHANGELOG.md Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
LICENSE.txt Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
README.md Fixed some issues. (#63) 2020-09-23 10:59:05 +08:00
build.proj Initial commits for vscode extension 2020-08-10 09:22:51 +08:00
logo.png Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00
package-lock.json Bump node-fetch from 2.6.0 to 2.6.1 in /vscode-extension (#54) 2020-09-18 23:21:24 +08:00
package.json Bump node-fetch from 2.6.0 to 2.6.1 in /vscode-extension (#54) 2020-09-18 23:21:24 +08:00
tsconfig.json Restructure source code folder for release (#48) 2020-09-18 17:22:33 +08:00

README.md

Azure Powershell Tools

Version Installs

Effortlessly migrate your PowerShell scripts from AzureRM to the Az PowerShell module.

Azure Powershell Tools overview

Features

  • AzureRM commands highlighting.
  • Quick Fix for some AzureRM commands.

Installing the Extension

You can install the official release of the Azure PowerShell extension by following the steps in the Visual Studio Code documentation. In the Extensions pane, search for "Azure PowerShell" extension and install it there. You will get notified automatically about any future extension updates!

Usage

  • Open Command Palette(Ctrl+Shift+P) to start migration. command-palette

  • Select source version. select-version

  • Quick Fix quick-fix

License

This extension is licensed under the MIT License.