VS Code extension for managing Azure resources.
Перейти к файлу
Matthew Rayermann ffae2c83c9 Update lock 2023-02-13 10:42:22 -08:00
.azure-pipelines Publish web bundle and package.json to a blob container for testing on vscode.dev (#566) 2023-02-13 10:32:52 -08:00
.github Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
.vscode Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
api Re-add account api 2023-02-07 16:05:38 -08:00
resources Merge remote-tracking branch 'origin/main' into api-v2 2023-01-12 14:25:43 -08:00
src Fixes 2023-02-09 10:46:08 -08:00
test Switch to new test package (#365) 2022-08-22 13:53:52 -07:00
.eslintignore Create package for consuming extension API (#530) 2023-01-30 11:31:13 -08:00
.eslintrc.js Switch to shared ESLint config (#99) 2021-08-12 14:42:41 -07:00
.gitattributes Create .gitattributes (#293) 2022-06-01 12:13:38 -07:00
.gitignore Init 2020-02-05 13:38:34 -08:00
.nvmrc Add .nvmrc file (#446) 2022-12-07 12:35:26 -08:00
.vscodeignore Switch to eslint (#73) 2021-04-30 10:12:35 -07:00
CHANGELOG.md Prep for release (#374) 2022-09-15 13:09:14 -07:00
CODE_OF_CONDUCT.md Add Code of Conduct and Security docs from template (#71) 2021-04-14 10:57:25 -07:00
LICENSE.md Init 2020-02-05 13:38:34 -08:00
NOTICE.html v0.5.5 release prep (#348) 2022-07-27 15:41:21 -07:00
README.md Fix readme badges (#405) 2022-10-18 11:15:54 -07:00
SECURITY.md Add Code of Conduct and Security docs from template (#71) 2021-04-14 10:57:25 -07:00
SUPPORT.md Add support.md file (#98) 2021-08-06 16:50:59 -07:00
extension.bundle.ts Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
gulpfile.ts Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
hostapi.v2.internal.d.ts Remove utils dependency from api package (#536) 2023-01-30 16:11:13 -08:00
main.js Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
package-lock.json Update lock 2023-02-13 10:42:22 -08:00
package.json Fixes 2023-02-09 10:46:08 -08:00
package.nls.json Webpack and VS Code Auth for WebExt (#542) 2023-02-07 15:38:55 -08:00
tsconfig.json Create package for consuming extension API (#530) 2023-01-30 11:31:13 -08:00
webpack.config.js Working version of Resources 2023-02-08 00:26:15 -08:00

README.md

Azure Resources for Visual Studio Code (Preview)

Version Installs Build Status

View and manage Azure resources directly from VS Code.

Resources explorer

Sign up today for your free Azure account and receive 12 months of free popular services, $200 free credit and 25+ always free services 👉 Start Free.

Features

Resource and Workspace views

Use the Resources explorer to create and manage Azure resources. Use the Workspace explorer to create files and deploy.

Azure explorer

Grouping and Focusing

Change the way resources are grouped to fit your workflow and focus on the resources that are most important for your current workspace.

Grouping

Activity Log

View all of your recent activities and quickly access resources you've recently created in the Activity Log.

Activity Log

Create Resources

Create an Azure resource from your installed extensions directly in VS Code.

Create Resource

Azure Extensions

Install these extensions to enable additional resource-specific features.

Contributing

There are a couple of ways you can contribute to this repo:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.
  • Documentation: Found a typo or strangely worded sentences? Submit a PR!
  • Code: Contribute bug fixes, features or design changes:
    • Clone the repository locally and open in VS Code.
    • Run "Extensions: Show Recommended Extensions" from the command palette and install all extensions listed under "Workspace Recommendations"
    • Open the terminal (press CTRL+ `) and run npm install.
    • To build, press F1 and type in Tasks: Run Build Task.
    • Debug: press F5 to start debugging the extension.

Before we can accept your pull request you will need to sign a Contribution License Agreement. All you need to do is to submit a pull request, then the PR will get appropriately labelled (e.g. cla-required, cla-norequired, cla-signed, cla-already-signed). If you already signed the agreement we will continue with reviewing the PR, otherwise system will tell you how you can sign the CLA. Once you sign the CLA all future PR's will be labeled as cla-signed.

Code of Conduct

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.

Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you dont wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ.

License

MIT