We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c5c0 commit 1a2ba32Copy full SHA for 1a2ba32
app/build.gradle.kts
@@ -140,7 +140,7 @@ tasks.register("lsp-develop"){
140
dependencies.add("runtimeOnly", project(":java"))
141
142
// Usage: ./gradlew lsp-develop
143
- // Make sure the cwd is set the project directory
+ // Make sure the cwd is set to the project directory
144
// or use -p to set the project directory
145
146
// Modify run configuration to start the LSP server rather than the Processing IDE
0 commit comments