lool/🧳 lool.code-workspace

23 lines
592 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"terminal.integrated.env.windows": {
// allows to run the command in the terminal for development purposes
"PATH": "${workspaceFolder}/target/debug;${env:PATH}",
},
"lucodear-icons.activeIconPack": "rust_ferris",
"lucodear-icons.folders.associations": {
".cargo": "rust",
"stylize": "theme"
},
"lucodear-icons.files.associations": {
},
"rust-analyzer.cargo.features": "all",
}
}