Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Jiaming ff9ce622b5
fix - Override language server setTrace (#1533) 2024-07-29 16:42:28 +08:00
Jiaming 8e6e7ac008
refactor - Merge Language Server to Gradle Server (#1525) 2024-07-24 13:56:50 +08:00
Jose Luis Leon 48d2eda0d6
feat(compat): Bump Gradle Wrapper to v8.5 and change Java 21 min Gradle version (#1455)
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2023-12-06 15:38:26 +08:00
Jose Luis Leon 1a8013d05a
build: Bump Gradle Wrapper to v8.4 (#1419)
* Update Gradle to v8.4
* Use Version Catalogs to dynamically choose Spotless plugin version
2023-11-13 13:28:29 +08:00
Gayan Perera 653c096633
Add completion support for subfolder gradle projects (#1336)
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2023-05-25 13:06:56 +08:00
Shi Chen e1f99608ca
feat: Support java 19 (#1319) 2023-03-07 13:27:28 +08:00
Shi Chen ed5ff8e2ad
chore: Fix vulnerability issue CVE-2022-42920 (#1300) 2022-11-18 11:02:28 +08:00
Mathias Fußenegger e326106776
fix: Prevent NPE if client doesn't provide gradleWrapperEnabled setting (#1190) 2022-02-28 10:20:47 +08:00
Donnie West 138c64699d
feat: Allow external usage of gradle-language-server (#1176) 2022-02-14 10:53:03 +08:00
Shi Chen 058fe3e484
fix: Support creating new project when no workspace folder (#1163) 2022-01-24 17:15:37 +08:00
Shi Chen be1818b3e8
chore: Upgrade project wrapper to 7.3.3 (#1145) 2022-01-11 15:26:59 +08:00
Shi Chen f00c98bc08
chore: Add telemetry for authoring features (#1127) 2021-12-22 09:45:56 +08:00
Shi Chen 782785d5ee
feat: Improve auto-completion for dependencies (#1090) 2021-12-07 16:24:31 +08:00
Shi Chen bca479c47a
chore: Revisit java code formatting (#1116) 2021-12-01 15:45:38 +08:00
Shi Chen 4ce03eabd1
chore: Revisit copyright header for source files created by Microsoft (#1112) 2021-12-01 09:49:45 +08:00
Shi Chen 15b95feb24
chore: Add tests for language server (#1092) 2021-11-29 09:58:49 +08:00
Shi Chen 1f0dd90608
chore: Upgrade gson to 2.8.9 (#1086) 2021-11-15 10:47:11 +08:00
Shi Chen a5173ca2b1
fix: Update project after modifying build file (#1072) 2021-11-04 10:21:47 +08:00
Shi Chen 6ab93a5331
fix: Gradle libraries can't be recognized when using local gradle distribution (#1076) 2021-11-04 09:51:41 +08:00
Shi Chen 6f051190b7
fix: Distinguish classpaths among projects (#1071) 2021-11-03 16:56:47 +08:00
Shi Chen ae8d834759
fix: Add gradle libraries to classpath (#1070) 2021-11-03 15:27:26 +08:00
Shi Chen 2daf2edf43
fix: Can't recognize custom gradle distribution (#1067) 2021-11-03 13:51:39 +08:00
Shi Chen 0b61d757e2
fix: Recognize patterns like gradle-${version}-all.zip (#1057) 2021-10-28 09:41:18 +08:00
Shi Chen 71a0cc3311
feat: Sort the completion list by the kind (#1059) 2021-10-27 17:02:42 +08:00
Shi Chen c851d477bf
feat: Support deprecated tags (#1058) 2021-10-27 16:11:02 +08:00
Shi Chen 5cee9179ee
feat: Support managed properties (#1053) 2021-10-27 09:57:04 +08:00
Shi Chen 493140d11e
fix: Support script classpath and default gradle import (#1039) 2021-10-25 13:31:37 +08:00
Shi Chen b5c67794ed
feat: Provide auto completions from plugins (#1030) 2021-10-25 12:11:39 +08:00
Shi Chen 8482a042f2
fix: Compatibility of Language Server with Java8 (#1029) 2021-10-19 09:48:00 +08:00
Shi Chen c470a1113d
fix: Failed to Initialize Gradle Language Server (#1031) 2021-10-18 15:09:09 +08:00
Shi Chen 65ffe6c614
fix: Open a new gradle project in VS Code and code completion won't work (#1019) 2021-09-27 14:09:48 +08:00
Shi Chen 12c59040b4
feat: Support authoring features (#977)
* feat: Initialize Language Server (#959)

* feat: Support compiling and pushing diagnostics (#962)

* feat: Support basic groovy syntax highlighting (#960)

* feat: Support semantic highlighting (#967)

* feat: Support document outline (#969)

* feat: Support auto completion in dependencies closure (#970)

* feat: Support Basic Auto Completion (#971)

* fix: Add null check for visitors (#974)

* feat: Show symbol detail for method calls (#973)

* chore: Prepare for 3.8.0 (#978)

* fix: Use padding to correct version order (#986)

* fix: Dependency completion doesn't work when multiple dependencies closures exist (#984)

* fix: Correct version completion kind (#985)

* fix: Handle multiple content changes (#992)

* feat: Support completion for settings.gradle (#988)

* fix: Offer completion results from supertypes (#987)

* feat: Provide dependencies content in outline (#998)

* feat: Support basic java plugin aware (#989)

* feat: Support basic tasks and dependencies (#1002)

* chore: Add thirdpartynotice

* chore: Fix ci
2021-09-26 10:08:22 +08:00