lool/🧳 lool.code-workspace
2024-03-28 20:13:49 -03:00

21 lines
513 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",
},
"lucodear-icons.files.associations": {
}
}
}