mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
- 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)
21 lines
273 B
Plaintext
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
|