This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Description
Hi! I'm new to using truffle to develop smart contracts and I want to use vscode, but the experience is a bit confusing, especially on the required apps. Here are a couple of issues I found.
Why do you need node.js to be below 17 while the LTS of node.js now is 18.12.1? Can I stick with my current lts node.js?
Another issue is about ganache. I installed it according to the official guide, which recommends me to install an App with UI instead of a CLI. As I understand, the UI app is basically the same as the CLI, but this extension cannot check the availability of the UI app, so I had to install the CLI.
If I miss anything, just let me know. Thanks!