disable autocomplete for the project, it just gets in the way in asm
This commit is contained in:
parent
198bc53d75
commit
b678aef672
|
@ -4,5 +4,8 @@
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"settings": {
|
||||||
|
"auto_complete": false
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue