Enalbe snippets for json

This commit is contained in:
Ben Jackson 2019-11-27 12:12:34 +00:00
commit 2c347c7920

View file

@ -26,6 +26,15 @@ def Settings( **kwargs ):
}
]
}
},
'capabilities': {
'textDocument': {
'completion': {
'completionItem': {
'snippetSupport': True
}
}
}
}
}