Configure Workspace

This commit is contained in:
GuilhermeWerner
2021-01-03 10:54:20 -03:00
parent 6bebffe824
commit e762645c37
2 changed files with 24 additions and 0 deletions

12
Library.code-workspace Normal file
View File

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