Get rid of vscode-engineering template in the npm publish pipeline#1328
Merged
StellaHuang95 merged 1 commit intomicrosoft:mainfrom Mar 6, 2026
Merged
Get rid of vscode-engineering template in the npm publish pipeline#1328StellaHuang95 merged 1 commit intomicrosoft:mainfrom
StellaHuang95 merged 1 commit intomicrosoft:mainfrom
Conversation
rchiodo
approved these changes
Mar 6, 2026
edvilme
approved these changes
Mar 6, 2026
bschnurr
reviewed
Mar 6, 2026
| @@ -1,19 +0,0 @@ | |||
| parameters: | |||
Member
There was a problem hiding this comment.
r you sure we're supposed to delete these?
Contributor
Author
There was a problem hiding this comment.
I added these before, it's part of using the template.
Contributor
Author
There was a problem hiding this comment.
They can be removed as I am no longer using the template
eleanorjboyd
added a commit
to eleanorjboyd/vscode-python-environments
that referenced
this pull request
Mar 6, 2026
…eline (microsoft#1328)" This reverts commit b837aa1.
eleanorjboyd
added a commit
that referenced
this pull request
Mar 6, 2026
This PR reverts the following two commits from `release/1.22` - Revert `b837aa1` - Get rid of vscode-engineering template in the npm publish pipeline (#1328) - Revert `d747327` - Add @vscode/python-environments npm package (#1317)\n\nThese changes are not intended for the 1.22 release. for increased stability for the release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's been a disaster trying to get the pipeline running from a different org. I keep running into service connection and permission issues, fixing one just reveals two more. At this point it doesn't seem feasible to use the
vscode-engineeringtemplate from another org.I looked at some other pipelines we migrated for extensions like
pylint, and they dropped the template and just run the raw jobs for npm pack and publishing. I'm going to try the same approach for this extension.