What's the state of art on the Build Server Protoc...
# general
s
What's the state of art on the Build Server Protocol thingy for pants? Is there update on this?
h
cc @witty-crayon-22786
w
the state of the art is that BSP is supported for the JVM, but that to support it for Python, one of the Python LSP servers / VSCode plugins would need to support it
s
what's the relationship between the BSP and use a debugger?
🤔
w
BSP supports launch a debugger via DAP… but it’s essentially just sugar. DAP actually implements the debugging
s
I'm just interested in autocompletion on the BUILD files... Does anyone does some hack to achieve it? 👀
w
i don’t think so… but would ask that question in #development perhaps, as if they do, it will be nascent