Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-azuredatastudio

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-azuredatastudio

Yeoman generator for Azure Data Studio Extensions

  • 0.15.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-62.5%
Maintainers
3
Weekly downloads
 
Created
Source

Azure Data Studio - Extension Generator

Twitter Follow

The Azure Data Studio Extension Generator is a Yeoman-based generator to help get you started with authoring extensions. There are 13 different possible templates for you to use.

Install the Generator

Ensure that you have Node.js and npm installed.

Install Yeoman and the Azure Data Studio Extension generator by using the following command:

npm install -g yo generator-azuredatastudio

Running the Generator

To launch the generator type:

yo azuredatastudio

The extension generator will walk you through the steps required to create your customized extension with prompting for any required information.

The command generator

To learn more about extension authoring, there are a few resources you can view. For an overview on the extension authoring process, see Extension authoring. For a tutorial using the Extension Generator to create an extension, view Create an extension.

Generator Output

These templates will:

  • Create a base folder structure with extension-specific files
  • Template out a rough package.json using your answers from the provided prompts
  • Import any assets required for your extension e.g. tmBundles or the VS Code Library
  • For Extensions: Set-up launch.json for running your extension and attaching to a process
  • Document how to get started in a vsc-extension-quickstart.md file

History

  • 0.11.x: Added dashboard, notebook, Jupyter Book, and wizards/dialogues templates.
  • 0.10.x: Generates a Azure Data Studio extension for TypeScript 1.8.10

License

MIT

Keywords

FAQs

Package last updated on 31 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc