Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information