Azure / partnercenter-cli-extension

Partner Center Azure CLI Extension
MIT License
12 stars 11 forks source link

chore: add codespace and devcontainer configurations #190

Closed dciborow closed 1 year ago

dciborow commented 1 year ago

Description

This adds a devcontainer configuration that can be used with Codespace or Locally.

Test CLI extension in Terminal

image

Also run azdev commands from terminal in a preconfigured Python Environment

image

Use Flake8 within VS Code

image

Perform Breakpoint Debugging with Test Extension

image