Files
rust/.vscode/settings.json

6 lines
92 B
JSON
Raw Normal View History

2019-05-01 13:00:29 -07:00
{
"search.exclude": {
"**/target": true
},
"lldb.verboseLogging": true
}