Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. --- product.json 2016-09-08 14:48:45.419566181 -0700
  2. +++ product.json 2016-09-08 14:49:43.000000000 -0700
  3. @@ -12,5 +12,15 @@
  4. "win32AppUserModelId": "Microsoft.CodeOSS",
  5. "darwinBundleIdentifier": "com.visualstudio.code.oss",
  6. "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
  7. - "urlProtocol": "code-oss"
  8. -}+ "urlProtocol": "code-oss",
  9. + "quality": "stable",
  10. + "extensionsGallery": {
  11. + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
  12. + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
  13. + "itemUrl": "https://marketplace.visualstudio.com/items"
  14. + },
  15. + "documentationUrl": "https://github.com/microsoft/vscode-docs",
  16. + "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
  17. + "commit": "@COMMIT@",
  18. + "date": "@DATE@"
  19. +}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement