code-server/lib/vscode/extensions/rust/cgmanifest.json
Joe Previte eae5d8c807
chore(vscode): update to 1.53.2
These conflicts will be resolved in the following commits. We do it this way so
that PR review is possible.
2021-02-25 11:27:27 -07:00

18 lines
371 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "7b924664814131ae4509a537bb07960fe65dcaac"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
"version": "0.4.3"
}
],
"version": 1
}