Files
sbt/.gitignore
T
PandaMan 95c6d42f8e [2.x] fix : BSP compile returns StatusCode.Error on failure (#8104) (#8709)
- BuildServerProtocol: for Result.Inc(cause), return StatusCode.Error for any
  non-InterruptedException (was throwing for non-CompileFailed, causing JSON-RPC
  error instead of BspCompileResult with statusCode Error)
- BuildServerTest: add test 'buildTarget/compile - returns StatusCode.Error
  when compilation fails' (introduce compile error, compile via BSP, assert
  statusCode == Error)
2026-02-07 11:01:49 -05:00

21 lines
273 B
Plaintext

target/
__pycache__
node_modules
vscode-sbt-scala/client/server
npm-debug.log
*.vsix
*_pid*.log
!server-test/src/server-test/completions/target
.big
.idea
.bloop
.metals
.bsp/
.vscode/
metals.sbt
launcher-package/citest/freshly-baked
.vscode
sbt-launch.jar
local-temp
.jdk