bokeh / bokehrs

Rust-based tooling, APIs, etc. for bokeh and bokehjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-analyzer in VSCode

Use the following or similar setup to avoid infinite rebuild loop between rust-analyzer and cargo command-line tools:

"rust-analyzer.cargo.extraArgs": [
  "--target-dir=${workspaceFolder}/vscode_target"
]

About

Rust-based tooling, APIs, etc. for bokeh and bokehjs


Languages

Language:Rust 100.0%