TypeScript: Make sure you have TypeScript installed globally by running npm install -g typescript in your terminal.
Install JS Beautify by running npm install js-beautify in your terminal.
Install esbuild by running npm install --save-dev esbuild in your terminal.
Run npm run bundle from the command line and then press F5 to run and debug the extension
Ensure these dependencies are installed and properly configured on your development environment before starting.
Installation
Open VSCode
Press Ctrl + Shift + X on Windows/Linux or Cmd + Shift + X on macOS to open the Extensions panel
Search for "zaberp" in the Extensions panel
Click the "Install" button
Wait for the extension to finish installing then reload VSCode by clicking the "Reload" button or pressing Ctrl + R on Windows/Linux or Cmd + R on macOS