mirror of
https://github.com/guilhermewerner/rust-cli
synced 2025-08-04 06:24:56 +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