Common packages for building Azure extensions for VS Code
Перейти к файлу
Alex Weininger 96e6ddc237
pipelines: Enable TSA (#1823)
* pipelines: Enable TSA

* Add tsaoptions.json

* Add tsa info to readme
2024-11-20 10:39:08 -08:00
.azure-pipelines pipelines: Enable TSA (#1823) 2024-11-20 10:39:08 -08:00
.github Update to upload-artifact@v4 (#1813) 2024-11-07 13:25:58 -08:00
.vscode
appservice appservice: Update settings.json (#1799) 2024-09-24 11:39:47 -04:00
appsettings
auth auth: Update changelog and bump version (#1821) 2024-11-19 15:22:20 -08:00
azure azure: Run npm audit fix (#1802) 2024-09-24 11:52:30 -04:00
azure-pipelines pipelines: Enable TSA (#1823) 2024-11-20 10:39:08 -08:00
dev dev: Fix gulp_webpack signature and default for getDefaultWebpackConfig (#1814) 2024-11-08 15:14:19 -08:00
eslint-config-azuretools
github
serviceconnector
utils utils & dev: Add fix for tests that fail due to having `showLoadingPrompt` set to `true` (#1807) 2024-10-30 10:15:42 -07:00
.gitignore
.nvmrc
LICENSE.md
README.md
SECURITY.md
tsconfig.base.json

README.md

VSCode Azure SDK for Node.js

Build Status

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

Modules

Developing locally

In order to develop and debug these packages locally, follow these instructions:

  1. Navigate to the package you are developing
  2. Run npm install
  3. Run npm pack and note down the name of the "tgz" file created
  4. Navigate to the project that references the package you're developing and run npm install <path to tgz>

Example:

    cd ~/repos/vscode-azuretools/ui
    npm install
    npm pack
    cd ~/repos/vscode-azurestorage
    npm install ../vscode-azuretools/ui/vscode-azureextensionui-0.44.2.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 with any additional questions or comments.

License

MIT