Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 0d19afa

Browse files
committed
chore: update sources
1 parent 9f81f00 commit 0d19afa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

nix/sources.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,17 @@
214214
"type": "tarball",
215215
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.97.0.tar.gz",
216216
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
217+
},
218+
"v1.97.1": {
219+
"branch": "main",
220+
"description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more",
221+
"homepage": "",
222+
"owner": "microsoft",
223+
"repo": "vscode-js-debug",
224+
"rev": "v1.97.1",
225+
"sha256": "1ralf2nrh6dbklrrnxmqql3211mwap4dpm8bnjlsvpk3v213m5ii",
226+
"type": "tarball",
227+
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.97.1.tar.gz",
228+
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
217229
}
218230
}

0 commit comments

Comments
 (0)