Skip to content

codespace: Remove Codespaces extension#2509

Closed
derekbekoe wants to merge 1 commit intoAzure:mainfrom
derekbekoe:dev/debekoe/codespaces-remove
Closed

codespace: Remove Codespaces extension#2509
derekbekoe wants to merge 1 commit intoAzure:mainfrom
derekbekoe:dev/debekoe/codespaces-remove

Conversation

@derekbekoe
Copy link
Copy Markdown
Member


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@azuresdkci
Copy link
Copy Markdown

If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:

docker run -it microsoft/azure-cli:latest
export EXT=<NAME>
pip install --upgrade --target ~/.azure/cliextensions/$EXT "git+https://github.com/derekbekoe/azure-cli-extensions.git@dev/debekoe/codespaces-remove#subdirectory=src/$EXT&egg=$EXT"

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Oct 12, 2020

codespace

@qwordy
Copy link
Copy Markdown
Member

qwordy commented Oct 13, 2020

@derekbekoe Can you share the reason? Is there any alternative of this extension?

@derekbekoe
Copy link
Copy Markdown
Member Author

It is due to https://devblogs.microsoft.com/visualstudio/visual-studio-codespaces-is-consolidating-into-github-codespaces/

@qwordy
Copy link
Copy Markdown
Member

qwordy commented Oct 14, 2020

/azp run

@azure-pipelines
Copy link
Copy Markdown

No pipelines are associated with this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants