1011dfec9b
Considerably speeds up initial load, but have not done much testing yet.
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
bazel run @rules_rust//tools/rust_analyzer:gen_rust_project
|
|
code .
|
|
|