backup .vscode/settings.json example

This commit is contained in:
Yu Chen
2022-07-17 16:53:39 +08:00
parent 23084ca519
commit a8b3ee4f88

View File

@@ -0,0 +1,17 @@
{
"esbonio.sphinx.confDir": "${workspaceFolder}/guide/source",
"rust-analyzer.linkedProjects": [
"guide-code/ch1-3mini-rt-usrland/Cargo.toml",
"os1-ref/Cargo.toml",
"os2-ref/Cargo.toml",
"os3-ref/Cargo.toml",
"os4-ref/Cargo.toml",
"os5-ref/Cargo.toml",
"os6-ref/Cargo.toml",
"os7-ref/Cargo.toml",
"os8-ref/Cargo.toml",
"easy-fs/Cargo.toml",
"easy-fs-fuse/Cargo.toml",
"user/Cargo.toml",
]
}