Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Pinterest InternalNew to Visual Studio Code? Get it now.
Pinterest Internal

Pinterest Internal

Pinterest

|
5,884 installs
| (0) | Free
Internal Pinterest extension to show decider and experiment information
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Internal Pinterest VSCode Extension

Visual Studio Marketplace Version Visual Studio Marketplace Installs

Internal Pinterest extension to show decider and experiment information.

Features

  • Experiment & Decider information & autocomplete
  • Owned by information & autocomplete
  • Statsboard integration
  • Autocomplete internal URLs
  • Integrated with Pinterest Glossary

Install

Install options for pinterest.vscode-pinterest-internal:

  • Download from the marketplace
  • Install from the command line: code --install-extension pinterest.vscode-pinterest-internal
  • Search for Pinterest in the VS Code extensions panel

FAQ

Autocomplete doesn't seem to work, what am I doing wrong?

By default VSCode disables autocomplete for extensions. To fix:

  • Manually trigger autocomplete with CTRL+Space

  • Enable editor.quickSuggestions:

    "editor.quickSuggestions": {
      "other": true,
      "comments": false,
      "strings": true
    }
    

How do I publish a new version of this extension?

  1. Bump the version in package.json
  2. Update the changelog
  3. Install Visual Studio Code Extensions
    npm install -g vsce
    
  4. Run publish command
    vsce publish
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft