diff --git a/README.md b/README.md index 2897c07..11a6264 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ You must download and build a copy of [vscode-js-debug](https://github.com/micro use { "microsoft/vscode-js-debug", opt = true, - run = "npm install --legacy-peer-deps && npm run compile" + run = "npm install --legacy-peer-deps && npm run compile" , + tag = "v1.*" } ```