mirror of
https://github.com/guilhermewerner/rust-cli
synced 2025-06-15 22:45:50 +00:00
Configure Workspace
This commit is contained in:
12
RustCLI.code-workspace
Normal file
12
RustCLI.code-workspace
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"*.toml": "properties"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user