We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7849cfd commit c6af474Copy full SHA for c6af474
package.json
@@ -4,6 +4,7 @@
4
"license": "MIT",
5
"scripts": {
6
"sync-dap": "curl https://microsoft.github.io/debug-adapter-protocol/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
7
+ "sync-next-dap": "curl https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/next/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
8
"test": "lerna run test --stream",
9
"compile": "lerna run compile --stream",
10
"version": "lerna version --exact",
0 commit comments