We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The branch is special because it enables a plugin that computes a single setting - bspEnabled: https://github.com/indoorvivants/sbt-bspquery/blob/main/mod/sbt-plugin/src/main/scala/SbtBspQueryPlugin.scala#L27, conditionally disabling some projects from the import
The BSP logs don't offer any insights
ceived notification 'build/taskStart' Params: { "taskId": { "id": "1374", "parents": [] }, "eventTime": 1730290542519, "message": "Compiling core", "dataKind": "compile-task", "data": { "target": { "uri": "file:/Users/velvetbaldmime/projects/smithy4s/#core/Compile" } } } [Trace - 00:15:42 pm] Received notification 'build/taskFinish' Params: { "taskId": { "id": "1374", "parents": [] }, "eventTime": 1730290542522, "message": "Compiled core", "status": 1, "dataKind": "compile-report", "data": { "target": { "uri": "file:/Users/velvetbaldmime/projects/smithy4s/#core/Compile" }, "errors": 0, "warnings": 0, "time": 3, "noOp": true } } // again and again and again
The project is imported normally and compiled only once
macOS
VS Code
v1.4.0
sbt bsp compilation trigger
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The branch is special because it enables a plugin that computes a single setting - bspEnabled: https://github.com/indoorvivants/sbt-bspquery/blob/main/mod/sbt-plugin/src/main/scala/SbtBspQueryPlugin.scala#L27, conditionally disabling some projects from the import
The BSP logs don't offer any insights
Expected behavior
The project is imported normally and compiled only once
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.4.0
Extra context or search terms
sbt bsp compilation trigger
The text was updated successfully, but these errors were encountered: