Support locking cache file when writing and handles syntax error when reading (#21469)

This commit is contained in:
Cheena Malhotra
2023-01-04 11:50:17 -08:00
committed by GitHub
parent 5fbbc3a76b
commit 36484d38e6
3 changed files with 86 additions and 12 deletions

View File

@@ -364,6 +364,7 @@
"@azure/storage-blob": "^12.6.0",
"axios": "^0.27.2",
"crypto": "^1.0.1",
"lockfile": "1.0.4",
"msal": "^1.4.16",
"node-fetch": "^2.6.7",
"qs": "^6.9.1",
@@ -375,6 +376,7 @@
"@microsoft/azdata-test": "^2.0.3",
"@microsoft/vscodetestcover": "^1.2.1",
"@types/keytar": "4.4.0",
"@types/lockfile": "^1.0.2",
"@types/mocha": "^7.0.2",
"@types/node": "^12.20.55",
"@types/qs": "^6.9.1",