vscode/extensions/julia/cgmanifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
355 B
JSON
Raw Normal View History

2021-01-28 15:55:22 +00:00
{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "JuliaEditorSupport/atom-language-julia",
2021-01-28 15:55:22 +00:00
"repositoryUrl": "https://github.com/JuliaEditorSupport/atom-language-julia",
2024-01-26 12:06:22 +00:00
"commitHash": "ca657621631c568fdce35fb583c97b8d0b7a226c"
2021-01-28 15:55:22 +00:00
}
},
"license": "MIT",
2022-01-31 15:49:23 +00:00
"version": "0.22.1"
2021-01-28 15:55:22 +00:00
}
],
"version": 1
2021-06-11 08:11:40 +00:00
}