How do i use glitch console?

So i downloaded the glitch extension on Visual Studio Code but i cant use the console. I want to know how so can someone pls help me.

Once you’ve got the project open in VS Code, type command+shift+P and then search for “Glitch: console”, then hit enter.

Press command+shift+P

it says i need node.js and how do i get it?

Here you go! https://nodejs.org/en/download/package-manager/

2 Likes

ok i got it. now what do i do with it?

Got what? You need to have Node.js on your computer to use the Glitch VS Code plugin, I believe. If you’ve installed Node.js (run “node -v” in your terminal to check whether Node.js is installed, this command outputs the version of Node.js that is installed), you can now use the Glitch VS Code plugin

2 Likes