Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PonderaNew to Visual Studio Code? Get it now.
Pondera

Pondera

octopus-writer

|
18 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Reproducing Development Environment

  1. Clone the repo:
    git clone https://github.com/yosefgoren/Pondera.git
    
  2. Ensure npm is installed.
  • To check if verify is installed, open a terminal/cmd and run npm. If the result is a meassage like:
    'npm' is not recognized as an internal or external command,
    operable program or batch file.
    ``` then it's not installed.
    
  • If it's not installed, you can download the installer here. This installs both Node.js and npm.
  1. Install npm package dependencies.
  • Open a terminal and navigate it to the pondera directory you have cloned, and where this this README.md file is located.
  • Run npm install.
  1. Install test dependencies:
  • npm install --save-dev @vscode/test-cli @vscode/test-electron
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft