/bokehrs

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

Primary LanguageRust

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"
]