24 lines
633 B
Plaintext
24 lines
633 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": {
|
|
"stylize": "theme",
|
|
"ruleset": "rules",
|
|
"recurrent": "generator",
|
|
},
|
|
"lucodear-icons.files.associations": {
|
|
|
|
},
|
|
"rust-analyzer.cargo.features": "all",
|
|
}
|
|
}
|