casperhart
casperhart
@cpsievert to reproduce, run the following in R: ```r library(crosstalk) library(plotly) library(DT) data(iris) shared_iris % highlight(on = "plotly_click", dynamic = TRUE) b
Same issue here, json-language-server can't start. I managed to work around it by setting zed to use my system node installation: ``` "node" { "path": "/path/to/node", "npm_path": "/path/to/npm", "ignore_system_version": false...
Hi @JunkuiZhang, my proxy does require authentication. The url is a .com address not an IP. For context I am on mac, not windows.
Unfortunately I can't use collab due to network restrictions
Adding this here: #23257 I'm not sure if the whole discussion linked above is relevant, but I'm really missing is the VSCode "Python: Run Selection/Line in Python Terminal" functionality. i.e....
I had a go at fixing this but it's not quite working how I'd like. (code here: https://github.com/casperhart/zed/tree/task-terminal). The issue was that the function `terminals_for_task` in `terminal_panel.rs` will only check...