Configure Workspace

This commit is contained in:
GuilhermeWerner
2021-01-18 20:05:33 -03:00
parent b7ecb67e2b
commit ae20f2085e
2 changed files with 24 additions and 0 deletions

12
RustAPI.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.toml": "properties"
}
}
}