如果配置了vscode的setting.json
windows端的话
"settings": {
"typescript.tsc.autoDetect": "off",
"rust-analyzer.linkedProjects": [
".\\gui-btn\\Cargo.toml",
".\\temp\\Cargo.toml",
],
其他端类似
能不能跳转主要是靠rust-analyzer.linkedProjects的配置
如果配置了vscode的setting.json
windows端的话
"settings": {
"typescript.tsc.autoDetect": "off",
"rust-analyzer.linkedProjects": [
".\\gui-btn\\Cargo.toml",
".\\temp\\Cargo.toml",
],
其他端类似
能不能跳转主要是靠rust-analyzer.linkedProjects的配置