Merge branch 'users/justinkolasa/VSCode-improvements' of https://github.com/Azure/cosmos-explorer into users/justinkolasa/VSCode-improvements

This commit is contained in:
Justin Kolasa (from Dev Box) 2025-05-19 18:20:59 -04:00
commit ec195c466a
2 changed files with 3 additions and 6 deletions

4
.npmrc
View File

@ -1,6 +1,4 @@
save-exact=true
registry=https://msdata.pkgs.visualstudio.com/_packaging/cosmosdbportal/npm/registry/
always-auth=true
allow-same-version=true
# Ignore peer dependency conflicts
force=true # TODO: Remove this when we update to React 17 or higher!

View File

@ -24,6 +24,5 @@
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"sarif-viewer.connectToGithubCodeScanning": "off"
"editor.defaultFormatter": "esbenp.prettier-vscode"
}