Skip to content

Commit

Permalink
add repository field to extensions package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 29, 2021
1 parent 9a5d14e commit ec805db
Show file tree
Hide file tree
Showing 82 changed files with 322 additions and 10 deletions.
10 changes: 1 addition & 9 deletions extensions/bat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,8 @@
}
]
},
"homepage": "https://code.visualstudio.com/",
"bugs": {
"url": "https://github.com/microsoft/vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-bat.git"
},
"dependencies": {},
"devDependencies": {
"vscode-grammar-updater": "^1.0.2"
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/clojure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"path": "./syntaxes/clojure.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@
"path": "./snippets/coffeescript.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,9 @@
"path": "./snippets/cpp.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@
"path": "./snippets/csharp.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/css-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,5 +812,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/debug-auto-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "avoid"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/debug-server-ready/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
}
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
2 changes: 1 addition & 1 deletion extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-emmet"
"url": "https://github.com/microsoft/vscode.git"
},
"activationEvents": [
"onStartupFinished",
Expand Down
4 changes: 4 additions & 0 deletions extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@
"devDependencies": {
"@types/markdown-it": "0.0.2",
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/fsharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
"path": "./snippets/fsharp.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/git-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2342,5 +2342,9 @@
"@types/mocha": "^8.2.0",
"@types/node": "^12.19.9",
"@types/which": "^1.0.28"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/github-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
"@types/node": "^12.19.9",
"@types/node-fetch": "^2.5.7",
"@types/uuid": "8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"editor.insertSpaces": false
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/groovy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
"path": "./snippets/groovy.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"path": "./syntaxes/Handlebars.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/hlsl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"scopeName": "source.hlsl"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/html-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/image-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,9 @@
"dependencies": {
"vscode-extension-telemetry": "0.1.1",
"vscode-nls": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
"path": "./syntaxes/ini.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/jake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
"path": "./snippets/java.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,9 @@
"path": "./snippets/javascript.code-snippets"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/json-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,9 @@
},
"devDependencies": {
"@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@
"path": "./syntaxes/JSONC.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@
}
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
"path": "./syntaxes/log.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/lua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
"path": "./syntaxes/lua.tmLanguage.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
"editor.insertSpaces": false
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/markdown-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,9 @@
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
4 changes: 4 additions & 0 deletions extensions/markdown-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,9 @@
"@types/markdown-it": "0.0.2",
"@types/node": "^12.19.9",
"lodash.throttle": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
}
}
Loading

0 comments on commit ec805db

Please sign in to comment.