microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
185 stars 55 forks source link

Fix loc pipeline #424

Closed Colengms closed 1 year ago

Colengms commented 1 year ago

We have some dependencies that need updating before we can use Node 18. Specifically, we hit the following issue:

https://github.com/mozilla/source-map/issues/432

And the work around for that issue (using an updated source-map module) breaks vscode-nls-dev: https://github.com/microsoft/vscode-nls-dev/issues/47

For now, we can revert the CI machines to using node 16.