p42ai / js-assistant

120+ refactorings and code-assists for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=p42ai.refactor
MIT License
119 stars 7 forks source link

v1.29.0 causes the Extension Host to crash #1

Closed JakobTischler closed 2 years ago

JakobTischler commented 2 years ago

Hi,

After starting VSCode, the error message "Extension host terminated unexpectedly" appears, with an option to restart it. After restarting it, it terminates again after a few seconds.

From the window log: [2021-09-30 11:26:03.284] [renderer1] [error] Extension host terminated unexpectedly. The following extensions were running: aaron-bond.better-comments, mechatroner.rainbow-csv, vscode.extension-editing, vscode.typescript-language-features, christian-kohler.npm-intellisense, p42ai.refactor, VisualStudioExptTeam.vscodeintellicode, vscode.microsoft-authentication, ms-vscode.js-debug, vscode.debug-auto-launch, vscode.git, acarreiro.calculate, mhutchie.git-graph, PKief.material-icon-theme, rafamel.subtle-brackets, ritwickdey.LiveServer, vincaslt.highlight-matching-tag, vscode-icons-team.vscode-icons, wayou.vscode-todo-highlight, vscode.configuration-editing, vscode.json-language-features, vscode.npm

Checking the "Running Extensions" list, the P42 refactor extension is marked as unresponsive. Disabling the extension solves the problem (extension host does not terminate anymore).

Could you please look into this? TIA

lgrammel commented 2 years ago

Hi @JakobTischler - sorry about the late reply. I have made a few fixes regarding this issue. Could you try again with the current version (1.36)?

lgrammel commented 2 years ago

Closing for now, please re-open if the issue still persists. Thanks for reporting!

JakobTischler commented 2 years ago

Just wanna confirm it's working alright again. Thanks.

lgrammel commented 2 years ago

Perfect, thanks for confirming 👍🏻