Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 14, 2024
1 parent 0190797 commit 9d4209b
Show file tree
Hide file tree
Showing 37 changed files with 118 additions and 434 deletions.
43 changes: 41 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ intellij {
type.set(buildVersionData.type) // Target IDE Platform

sandboxDir.set("${project.buildDir}/${buildVersionData.ideaSDKShortVersion}/idea-sandbox")
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.0.1"))
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.0.2-20240614-013035@nightly"))
}

repositories {
maven(url = "https://www.jetbrains.com/intellij-repository/releases")
maven(url = "https://plugins.jetbrains.com/plugins/nightly/23257")
mavenCentral()
}

Expand Down
Loading

0 comments on commit 9d4209b

Please sign in to comment.