disable autocomplete for the project, it just gets in the way in asm

This commit is contained in:
ergz 2022-06-23 23:32:32 -07:00
parent 198bc53d75
commit b678aef672
1 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,8 @@
{
"path": "."
}
]
],
"settings": {
"auto_complete": false
},
}