Skip to content

Commit

Permalink
FIX doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 15, 2024
1 parent 9d4209b commit c0bfe3b
Show file tree
Hide file tree
Showing 30 changed files with 340 additions and 140 deletions.
44 changes: 5 additions & 39 deletions .idea/workspace.xml

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

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ task("install", type = Copy::class) {
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
pluginName.set("Sumneko-Lua")
version.set(buildVersionData.ideaSDKVersion)
// version.set(buildVersionData.ideaSDKVersion)
type.set(buildVersionData.type) // Target IDE Platform

localPath.set("C:\\Users\\zc\\AppData\\Local\\Programs\\IntelliJ IDEA Ultimate")
sandboxDir.set("${project.buildDir}/${buildVersionData.ideaSDKShortVersion}/idea-sandbox")
plugins.set(listOf("com.redhat.devtools.lsp4ij:0.0.2-20240614-013035@nightly"))
}
Expand Down
Loading

0 comments on commit c0bfe3b

Please sign in to comment.