vscode/extensions/r/cgmanifest.json
Michael Chirico 37871bb35a
Update org in reference repo (#194415)
* Update org in reference repo

This threw me off in #194352 -- I was not familiar with the original repo owner so I assumed this info was stale. The link now redirects to the REditorSupport org, but having the correct source in the plain text is still preferable for human readers.

* Update template generation source

* Update R repo in cgmanifest

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2023-10-02 14:10:13 +00:00

17 lines
324 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "REditorSupport/vscode-R",
"repositoryUrl": "https://github.com/REditorSupport/vscode-R",
"commitHash": "ff60e426f66503f3c9533c7a62a8fd3f9f6c53df"
}
},
"license": "MIT",
"version": "2.3.8"
}
],
"version": 1
}