azure-powershell-migration/vscode-extension/resources/readme
Alex-Sol 6e265724aa
refactor: delete server code and refactor migration extension (#94)
* refactor: delete server code and initialize extension

* feat: add core feature of migration

style : add Copyright

feat:check for existence powershell and migration module

feat: add settings.ts and utils.ts

feat: use node-powershell to maintain one powershell process

fix : try/catch error

fix: module error(node-powershell)

feat: add  the command of version 0.1.0

fix: convert activationEvents to onLanguage

fix : error when node-powershell can't find the module command

feat: run the extension only when the file language is powershell

refact: the diagnostic part

docs: update the version

fix: check module existence error

feat: get the environment variable(PsModulePath) through process.env.xxx

fix: revert the 'through process instead of node-powershell when node-powershell fails' because of the last commit has made this impossible

feat: add information of diagnostic number

feat: dong't update diagnostics when the analyzation result is empty

fix: click multiple files quickly.

feat: transfer the showInformationMessage to log

feat: add Linux or MacOS getSystemModulePath

docs: add some annotation

style: update the license and version

fix

style: release final

* fix:eslint error and some unused file

* style: tab to space

* docs: update CHANGELOG.md

* docs: Update vscode-extension/README.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>

* style: Add documents for important functions

* style: group some logic to small function

* code format

* feat: add plan type

* feat: rename classes.ts

* docs: readme capture

* fix: migration.ts

* fix :eslint and type of node-powershell

* fix: eslint

Co-authored-by: Zeng Li <t-zengli@microsoft.com>
Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
2021-08-31 15:44:58 +08:00
..
command-palette.png Add usage to vscode extension's README.md (#59) 2020-09-21 15:41:43 +08:00
overview.gif refactor: delete server code and refactor migration extension (#94) 2021-08-31 15:44:58 +08:00
quick-fix.png Add usage to vscode extension's README.md (#59) 2020-09-21 15:41:43 +08:00
select-version.png Add usage to vscode extension's README.md (#59) 2020-09-21 15:41:43 +08:00