No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 688B

12345678910111213141516171819
  1. {
  2. "name": "com.unity.ide.vscode",
  3. "displayName": "Visual Studio Code Editor",
  4. "description": "Code editor integration for supporting Visual Studio Code as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
  5. "version": "1.2.5",
  6. "unity": "2019.2",
  7. "unityRelease": "0a12",
  8. "relatedPackages": {
  9. "com.unity.ide.vscode.tests": "1.2.5"
  10. },
  11. "upmCi": {
  12. "footprint": "bc03b7bb076199fbe68649a647d0d32d98af6a0f"
  13. },
  14. "repository": {
  15. "url": "https://github.com/Unity-Technologies/com.unity.ide.vscode.git",
  16. "type": "git",
  17. "revision": "b0740c80bfc2440527c317109f7c3d9100132722"
  18. }
  19. }