We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e86e6 commit d3354a1Copy full SHA for d3354a1
jetbrains/build.gradle.kts
@@ -156,10 +156,6 @@ tasks {
156
// Configure the runIde task to auto-open integ-tests directory
157
runIde {
158
args = listOf("${layout.projectDirectory}/../integ-tests/baml_src")
159
- jvmArgs = listOf(
160
- "-Didea.log.debug.categories=#com.boundaryml.jetbrains_ext.BamlLanguageClient",
161
- "-Didea.log.console.stdout.level=DEBUG"
162
- )
163
}
164
165
// Configure trusted paths to avoid security prompts in development
0 commit comments