Permalink
base repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2024.2.1
Choose a base ref
...
head repository: PowerShell/vscode-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2024.2.2
Choose a head ref
  • 11 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 17, 2024

  1. Fix CI by removing Azure Artifacts Feeds (#4978)

    Until it's figured out how we're supposed to use these on .
    @andyleejordan
    andyleejordan authoredApr 17, 2024
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    379bd41View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Use public CFS feed (#4980)

    Partially reverts db4eb52.
    @andyleejordan
    andyleejordan committedApr 26, 2024
    Configuration menu
    Copy the full SHA
    f6f9f07View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    e22356bView commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Remove unnecessary NPM authenticate

    Now that CFS feed is public.
    @andyleejordan
    andyleejordan committedMay 3, 2024
    Configuration menu
    Copy the full SHA
    3c90c8aView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486bd06View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7fb52View commit details
    Browse the repository at this point in the history
  4. Remove save-exact from .npmrc and add save

    Since we can no longer use Dependabot due to CFS,
    we just have to update manually (with `--save`, but automatic).
    Which means we need `^` semver so `npm update` does what we expect
    (which is to update to the latest minor version).
    Except for the VS Code types, those use `~` so we only get  updates.
    This is because it must match our engine version of VS Code.
    
    Also just omit the resolved registry from the lockfile
    (since the replace option didn't really work as expected)
    @andyleejordan
    andyleejordan committedMay 3, 2024
    Configuration menu
    Copy the full SHA
    64a6dd0View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e09e8d5View commit details
    Browse the repository at this point in the history
  6. Replace vsce PAT with an Azure Credential

    The latest version of the tool will use the Azure API to grab a token,
    it just needs to be run in a context where Azure CLI is authenticated.
    I think.
    @andyleejordan
    andyleejordan committedMay 3, 2024
    Configuration menu
    Copy the full SHA
    5d749c1View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0093415View commit details
    Browse the repository at this point in the history
Loading