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

@@ -45,5 +45,9 @@
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}