RepoMicrosoftMicrosoftpublished Oct 13, 2017seen 4d

microsoft/vscode-azuretools

TypeScript

Open original ↗

Captured source

source ↗
published Oct 13, 2017seen 4dcaptured 13hhttp 200method plain

microsoft/vscode-azuretools

Description: Common packages for building Azure extensions for VS Code

Language: TypeScript

License: MIT

Stars: 144

Forks: 79

Open issues: 39

Created: 2017-10-13T00:27:20Z

Pushed: 2026-06-10T15:48:39Z

Default branch: main

Fork: no

Archived: no

README:

VSCode Azure SDK for Node.js

This project provides Node.js packages that make it easy to consume and manage Azure Services in Visual Studio Code.

Modules

  • [Azure App Service](appservice/)
  • [Azure App Settings](appsettings/)
  • [Azure Authentication and Subscription Provider](auth/)
  • [Azure Extension UI++ utilities (no Azure dependencies)](utils/)
  • [Azure Extension UI++ utilities (Azure dependencies)](azure/)
  • [Azure Extension Engineering](eng/)

Developing locally

In order to develop and debug these packages locally, follow these instructions: 1. Navigate to the package you are developing 1. Run npm install 1. Run npm run build && npm run package and note down the name of the "tgz" file created 1. Navigate to the project that references the package you're developing and run npm install

Example:

cd ~/repos/vscode-azuretools/utils
npm install
npm run build && npm run package
cd ~/repos/vscode-azurestorage
npm install ../vscode-azuretools/utils/microsoft-vscode-azext-utils-4.0.0.tgz

> NOTE: You may also try `npm link`, but we've had issues with this method including breakpoints not being hit and dependencies (e.g. "fs-extra") being removed in the package's repo

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

License

[MIT](LICENSE.md)