Enalbe snippets for json
This commit is contained in:
parent
b95fe20845
commit
2c347c7920
1 changed files with 9 additions and 0 deletions
|
|
@ -26,6 +26,15 @@ def Settings( **kwargs ):
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
'capabilities': {
|
||||
'textDocument': {
|
||||
'completion': {
|
||||
'completionItem': {
|
||||
'snippetSupport': True
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue