From 38827df8d0aa30776f400197d49c218b826f7689 Mon Sep 17 00:00:00 2001 From: Alex Tugarev Date: Thu, 7 Mar 2019 09:32:49 +0000 Subject: [PATCH] Enabled the type hierarchy for Java and TS. Signed-off-by: Alex Tugarev Also-by: Akos Kitta --- packages/java/package.json | 2 +- packages/typescript/package.json | 109 ++++++++++++++++--------------- yarn.lock | 7 +- 3 files changed, 60 insertions(+), 58 deletions(-) diff --git a/packages/java/package.json b/packages/java/package.json index 47c12277faee6..7e5644ba41e58 100644 --- a/packages/java/package.json +++ b/packages/java/package.json @@ -58,6 +58,6 @@ "extends": "../../configs/nyc.json" }, "ls": { - "downloadUrl": "http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz" + "downloadUrl": "https://github.com/kittaakos/eclipse.jdt.ls-gh-28/raw/master/jdt-language-server-latest.tar.gz" } } diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 2521c1c3665c3..95b3bd9696176 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,57 +1,58 @@ { - "name": "@theia/typescript", - "version": "0.4.0", - "description": "Theia - Typescript Extension", - "dependencies": { - "@theia/application-package": "^0.4.0", - "@theia/callhierarchy": "^0.4.0", - "@theia/core": "^0.4.0", - "@theia/editor": "^0.4.0", - "@theia/filesystem": "^0.4.0", - "@theia/languages": "^0.4.0", - "@theia/monaco": "^0.4.0", - "@theia/workspace": "^0.4.0", - "command-exists": "^1.2.8", - "typescript-language-server": "^0.3.7" - }, - "publishConfig": { - "access": "public" - }, - "theiaExtensions": [ - { - "frontend": "lib/browser/typescript-frontend-module", - "backend": "lib/node/typescript-backend-module" + "name": "@theia/typescript", + "version": "0.4.0", + "description": "Theia - Typescript Extension", + "dependencies": { + "@theia/application-package": "^0.4.0", + "@theia/callhierarchy": "^0.4.0", + "@theia/core": "^0.4.0", + "@theia/editor": "^0.4.0", + "@theia/filesystem": "^0.4.0", + "@theia/languages": "^0.4.0", + "@theia/monaco": "^0.4.0", + "@theia/workspace": "^0.4.0", + "command-exists": "^1.2.8", + "typescript-language-server": "0.4.0-dev.acc1561" + }, + "publishConfig": { + "access": "public" + }, + "theiaExtensions": [ + { + "frontend": "lib/browser/typescript-frontend-module", + "backend": "lib/node/typescript-backend-module" + } + ], + "keywords": [ + "theia-extension" + ], + "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", + "repository": { + "type": "git", + "url": "https://github.com/theia-ide/theia.git" + }, + "bugs": { + "url": "https://github.com/theia-ide/theia/issues" + }, + "homepage": "https://github.com/theia-ide/theia", + "files": [ + "lib", + "src", + "data" + ], + "scripts": { + "prepare": "yarn run clean && yarn run build", + "clean": "theiaext clean", + "build": "theiaext build", + "watch": "theiaext watch", + "test": "theiaext test", + "docs": "theiaext docs" + }, + "devDependencies": { + "@theia/ext-scripts": "^0.4.0" + }, + "nyc": { + "extends": "../../configs/nyc.json" } - ], - "keywords": [ - "theia-extension" - ], - "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", - "repository": { - "type": "git", - "url": "https://github.com/theia-ide/theia.git" - }, - "bugs": { - "url": "https://github.com/theia-ide/theia/issues" - }, - "homepage": "https://github.com/theia-ide/theia", - "files": [ - "lib", - "src", - "data" - ], - "scripts": { - "prepare": "yarn run clean && yarn run build", - "clean": "theiaext clean", - "build": "theiaext build", - "watch": "theiaext watch", - "test": "theiaext test", - "docs": "theiaext docs" - }, - "devDependencies": { - "@theia/ext-scripts": "^0.4.0" - }, - "nyc": { - "extends": "../../configs/nyc.json" - } } + diff --git a/yarn.lock b/yarn.lock index e8f0fc2bbcad2..f76a7b3382339 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9472,9 +9472,10 @@ typedoc@^0.13.0: typedoc-default-themes "^0.5.0" typescript "3.1.x" -typescript-language-server@^0.3.7: - version "0.3.7" - resolved "https://registry.yarnpkg.com/typescript-language-server/-/typescript-language-server-0.3.7.tgz#ca4c28c1b9b4b9e6f9a60514ba059865ea5e48ef" +typescript-language-server@0.4.0-dev.acc1561: + version "0.4.0-dev.acc1561" + resolved "https://registry.yarnpkg.com/typescript-language-server/-/typescript-language-server-0.4.0-dev.acc1561.tgz#d52fe3e4378de432d04327016bcbd8f8f0401707" + integrity sha512-EtbJYcwRqe+wZh6K7auMvbcBjtbA6NX92RytQ3ThmxSBXBpchVYFo/4FaP+fP6rylW7YWi3PvYQVHUh05rFKmg== dependencies: command-exists "1.2.6" commander "^2.11.0"