ED_LRR/ed_lrr_gui.code-workspace

24 lines
347 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "rust"
}
],
"settings": {
"discord.enabled": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.history": true,
".history": true
},
"explorerExclude.backup": null
}
}