Files
vscode/extensions
Tyler James Leonhardt b278635434 predictable keytar resolution (#233948)
In a couple of builds [like this one](https://dev.azure.com/monacotools/Monaco/_build/results?buildId=305323&view=results) we have seen bad comparisons of `extension.js` in the Microsoft Auth extension:

> 2024-11-15T19:16:07.080Z electron-universal SHA for file Contents/Resources/app/extensions/microsoft-authentication/dist/extension.js does not match across builds a4db653e84d42a8cb4681a2274dffd34e0d7729cf14c0c4228b668778aa81c18!=6ff1bd8b8b51db2bff1d5f000625f0efe490a92eb282d0559aa904325d6cad68

Which is odd, considering there is no native dependencies used on macOS. The suspicion is that this is because of `keytar` which we have in the package.json using an odd `file:./path...`syntax to prevent it from installing normally since we don't use it.

The solution: additionally alias keytar in the webpack config so that the resolution is predictable.
2024-11-15 21:47:48 +01:00
..
2024-10-25 11:35:17 +02:00
2024-08-30 22:03:00 +02:00
2024-11-05 11:59:46 -08:00
2024-09-27 10:27:11 +02:00
2024-10-25 11:35:17 +02:00
2024-10-25 11:35:17 +02:00
2024-09-27 10:27:11 +02:00
2024-11-11 09:17:37 -08:00
2024-11-11 09:17:37 -08:00