"vscode:/vscode.git/clone" did not exist on "700fe8fee2fea1d3a54e51e223a4693b5d3d80df"
Commit 5f1af25a authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

chore: Update code workspace directories after restructure (#260)

parent 08fcd7e9
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
"settings": { "settings": {
"rust-analyzer.linkedProjects": [ "rust-analyzer.linkedProjects": [
"applications/llm/count/Cargo.toml", "applications/llm/count/Cargo.toml",
"llm/rust/Cargo.toml", "lib/llm/Cargo.toml",
"runtime/rust/Cargo.toml", "lib/runtime/Cargo.toml",
"python-wheel/Cargo.toml", "lib/bindings/python/Cargo.toml",
"examples/rust/Cargo.toml" "examples/rust/Cargo.toml"
], ],
"rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.enable": true,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment