Internal Pinterest VSCode Extension
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?
- Bump the version in package.json
- Update the changelog
- Install
Visual Studio Code Extensions
npm install -g vsce
- Run publish command
vsce publish
| |