trufflesuite / vscode-ext

Truffle for VSCode simplifies how you create, build, debug and deploy smart contracts on Ethereum and EVM-compatible blockchains
https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.truffle-vscode
Other
38 stars 24 forks source link

When loading new plugin with old MS plugin installed. Doesn't activate fully. #41

Open michaeljohnbennett opened 2 years ago

michaeljohnbennett commented 2 years ago

On windows 10

latest VSCode lates MS Blockchain extension installed. All dependencies in place for MS Blockchain extension

When: I install the new Truffle VSCode extension it will partially activate but will never complete setting up the networks/view. Infinite spinner.

Expected: Both plugins to activate and live side by side.

Testing: Tested on Mac locally and this works. When I disable the old MS extension and restart the new Truffle Extension works successfully.

Tasks:

michaeljohnbennett commented 2 years ago

This happens on win 10/11 platforms. doesn't happen on MacOS 12.

kevinbluer commented 2 years ago

Partial fix at the following: https://github.com/trufflesuite/vscode-ext/pull/43 (edit: maybe)