Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Use the Azure Artifacts *npm* registry endpoint (not NuGet v3) so npm can resolve tarballs.
# This matches the pipeline AZURE_ARTIFACTS_FEED value.
registry=https://devdiv.pkgs.visualstudio.com/DevDiv/_packaging/Pylance_PublicPackages/npm/registry/



# Force public npm registry to avoid CI auth (E401) when no token is provided
registry=https://registry.npmjs.org/
# Do not require auth for public installs
always-auth=false
Loading