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

@@ -40,16 +40,8 @@
} }
] ]
}, },
"homepage": "https://code.visualstudio.com/",
"bugs": {
"url": "https://github.com/microsoft/vscode/issues"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/vscode-bat.git" "url": "https://github.com/microsoft/vscode.git"
},
"dependencies": {},
"devDependencies": {
"vscode-grammar-updater": "^1.0.2"
} }
} }

View File

@@ -37,5 +37,9 @@
"path": "./syntaxes/clojure.tmLanguage.json" "path": "./syntaxes/clojure.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -46,5 +46,9 @@
"path": "./snippets/coffeescript.code-snippets" "path": "./snippets/coffeescript.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -129,5 +129,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -83,5 +83,9 @@
"path": "./snippets/cpp.code-snippets" "path": "./snippets/cpp.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -40,5 +40,9 @@
"path": "./snippets/csharp.code-snippets" "path": "./snippets/csharp.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -812,5 +812,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -38,5 +38,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -36,5 +36,9 @@
"trailingComma": "all", "trailingComma": "all",
"singleQuote": true, "singleQuote": true,
"arrowParens": "avoid" "arrowParens": "avoid"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -141,5 +141,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -49,5 +49,9 @@
} }
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -14,7 +14,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/vscode-emmet" "url": "https://github.com/microsoft/vscode.git"
}, },
"activationEvents": [ "activationEvents": [
"onStartupFinished", "onStartupFinished",

View File

@@ -63,5 +63,9 @@
"devDependencies": { "devDependencies": {
"@types/markdown-it": "0.0.2", "@types/markdown-it": "0.0.2",
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -42,5 +42,9 @@
"path": "./snippets/fsharp.code-snippets" "path": "./snippets/fsharp.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -27,5 +27,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -2342,5 +2342,9 @@
"@types/mocha": "^8.2.0", "@types/mocha": "^8.2.0",
"@types/node": "^12.19.9", "@types/node": "^12.19.9",
"@types/which": "^1.0.28" "@types/which": "^1.0.28"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -62,5 +62,9 @@
"@types/node": "^12.19.9", "@types/node": "^12.19.9",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
"@types/uuid": "8.0.0" "@types/uuid": "8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -64,5 +64,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -36,5 +36,9 @@
"editor.insertSpaces": false "editor.insertSpaces": false
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -49,5 +49,9 @@
"path": "./snippets/groovy.code-snippets" "path": "./snippets/groovy.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -66,5 +66,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -62,5 +62,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -37,5 +37,9 @@
"path": "./syntaxes/Handlebars.tmLanguage.json" "path": "./syntaxes/Handlebars.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -39,5 +39,9 @@
"scopeName": "source.hlsl" "scopeName": "source.hlsl"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -240,5 +240,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -77,5 +77,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -77,5 +77,9 @@
"dependencies": { "dependencies": {
"vscode-extension-telemetry": "0.1.1", "vscode-extension-telemetry": "0.1.1",
"vscode-nls": "^4.0.0" "vscode-nls": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -62,5 +62,9 @@
"path": "./syntaxes/ini.tmLanguage.json" "path": "./syntaxes/ini.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -62,5 +62,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -39,5 +39,9 @@
"path": "./snippets/java.code-snippets" "path": "./snippets/java.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -160,5 +160,9 @@
"path": "./snippets/javascript.code-snippets" "path": "./snippets/javascript.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -135,5 +135,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -74,5 +74,9 @@
"path": "./syntaxes/JSONC.tmLanguage.json" "path": "./syntaxes/JSONC.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -52,5 +52,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -31,5 +31,9 @@
"path": "./syntaxes/log.tmLanguage.json" "path": "./syntaxes/log.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -32,5 +32,9 @@
"path": "./syntaxes/lua.tmLanguage.json" "path": "./syntaxes/lua.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -47,5 +47,9 @@
"editor.insertSpaces": false "editor.insertSpaces": false
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -91,5 +91,9 @@
}, },
"scripts": { "scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json" "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"
} }
} }

View File

@@ -336,5 +336,9 @@
"@types/markdown-it": "0.0.2", "@types/markdown-it": "0.0.2",
"@types/node": "^12.19.9", "@types/node": "^12.19.9",
"lodash.throttle": "^4.1.1" "lodash.throttle": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -140,5 +140,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -54,5 +54,9 @@
"uuid": "^8.2.0", "uuid": "^8.2.0",
"vscode-extension-telemetry": "0.1.1", "vscode-extension-telemetry": "0.1.1",
"vscode-nls": "^4.1.1" "vscode-nls": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -311,5 +311,9 @@
"when": "shellExecutionSupported" "when": "shellExecutionSupported"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -46,5 +46,9 @@
"path": "./syntaxes/objective-c++.tmLanguage.json" "path": "./syntaxes/objective-c++.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -58,5 +58,9 @@
"path": "./syntaxes/perl6.tmLanguage.json" "path": "./syntaxes/perl6.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -83,5 +83,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -60,5 +60,9 @@
}, },
"scripts": { "scripts": {
"update-grammar": "node ./build/update-grammar.js" "update-grammar": "node ./build/update-grammar.js"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -45,5 +45,9 @@
}, },
"scripts": { "scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json" "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"
} }
} }

View File

@@ -34,5 +34,9 @@
"path": "./syntaxes/pug.tmLanguage.json" "path": "./syntaxes/pug.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -54,5 +54,9 @@
}, },
"scripts": { "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" "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"
} }
} }

View File

@@ -35,5 +35,9 @@
"path": "./syntaxes/r.tmLanguage.json" "path": "./syntaxes/r.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -40,5 +40,9 @@
} }
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -66,5 +66,9 @@
"path": "./syntaxes/ruby.tmLanguage.json" "path": "./syntaxes/ruby.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -32,5 +32,9 @@
"scopeName": "source.rust" "scopeName": "source.rust"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -78,5 +78,9 @@
] ]
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -45,5 +45,9 @@
"path": "./syntaxes/searchResult.tmLanguage.json" "path": "./syntaxes/searchResult.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -32,5 +32,9 @@
"scopeName": "source.shaderlab" "scopeName": "source.shaderlab"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -81,5 +81,9 @@
"files.eol": "\n" "files.eol": "\n"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -65,5 +65,9 @@
"typescript": "^3.7.3", "typescript": "^3.7.3",
"webpack": "^4.41.2", "webpack": "^4.41.2",
"webpack-cli": "^3.3.0" "webpack-cli": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -32,5 +32,9 @@
"path": "./syntaxes/sql.tmLanguage.json" "path": "./syntaxes/sql.tmLanguage.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -38,5 +38,9 @@
"path": "./snippets/swift.code-snippets" "path": "./snippets/swift.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -44,5 +44,9 @@
"printWidth": 100, "printWidth": 100,
"singleQuote": true, "singleQuote": true,
"trailingComma": "all" "trailingComma": "all"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/abyss-color-theme.json" "path": "./themes/abyss-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -51,5 +51,9 @@
"path": "./fileicons/vs_minimal-icon-theme.json" "path": "./fileicons/vs_minimal-icon-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/kimbie-dark-color-theme.json" "path": "./themes/kimbie-dark-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/dimmed-monokai-color-theme.json" "path": "./themes/dimmed-monokai-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/monokai-color-theme.json" "path": "./themes/monokai-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/quietlight-color-theme.json" "path": "./themes/quietlight-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/Red-color-theme.json" "path": "./themes/Red-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -21,5 +21,9 @@
"path": "./icons/vs-seti-icon-theme.json" "path": "./icons/vs-seti-icon-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/solarized-dark-color-theme.json" "path": "./themes/solarized-dark-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/solarized-light-color-theme.json" "path": "./themes/solarized-light-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -17,5 +17,9 @@
"path": "./themes/tomorrow-night-blue-color-theme.json" "path": "./themes/tomorrow-night-blue-color-theme.json"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -167,5 +167,9 @@
"path": "./snippets/typescript.code-snippets" "path": "./snippets/typescript.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -1200,5 +1200,9 @@
"enableForWorkspaceTypeScriptVersions": true "enableForWorkspaceTypeScriptVersions": true
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -41,5 +41,9 @@
"path": "./snippets/vb.code-snippets" "path": "./snippets/vb.code-snippets"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -115,5 +115,9 @@
"devDependencies": { "devDependencies": {
"@types/mocha": "^8.2.0", "@types/mocha": "^8.2.0",
"@types/node": "^12.19.9" "@types/node": "^12.19.9"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -52,5 +52,9 @@
"_watch": true "_watch": true
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -36,5 +36,9 @@
] ]
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -80,5 +80,9 @@
"url": "vscode://schemas/notebook/cellmetadata" "url": "vscode://schemas/notebook/cellmetadata"
} }
] ]
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -131,5 +131,9 @@
} }
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -109,5 +109,9 @@
}, },
"scripts": { "scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-xml grammars/xml.cson ./syntaxes/xml.tmLanguage.json grammars/xsl.cson ./syntaxes/xsl.tmLanguage.json" "update-grammar": "node ../../build/npm/update-grammar.js atom/language-xml grammars/xml.cson ./syntaxes/xml.tmLanguage.json grammars/xsl.cson ./syntaxes/xsl.tmLanguage.json"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }

View File

@@ -43,5 +43,9 @@
"editor.autoIndent": "advanced" "editor.autoIndent": "advanced"
} }
} }
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
} }
} }