Skip to content

Commit

Permalink
Adding microshed and eclipse lsp4ij dependency, to findout whether th…
Browse files Browse the repository at this point in the history
…is will fix the UI test
  • Loading branch information
aparnamichael committed May 16, 2024
1 parent 903e1b3 commit cc51bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ configurations {
}

dependencies {
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.15.0'
implementation 'org.microshed:lsp4ij:0.0.4' // includes org.eclipse.lsp4j
implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.10.0') {
exclude group: 'org.eclipse.lsp4j'
}
Expand Down

0 comments on commit cc51bf7

Please sign in to comment.