add repository field to extensions package.json

This commit is contained in:
João Moreno
2021-01-29 15:30:45 +01:00
parent 9a5d14e307
commit ec805db5ed
82 changed files with 322 additions and 10 deletions

View File

@@ -54,5 +54,9 @@
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js MagicStack/MagicPython grammars/MagicPython.tmLanguage ./syntaxes/MagicPython.tmLanguage.json grammars/MagicRegExp.tmLanguage ./syntaxes/MagicRegExp.tmLanguage.json"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}