Retry inlay hints on content modified error

This commit is contained in:
Aleksey Kladov 2019-12-30 22:18:16 +01:00
parent 08c5d157f9
commit 23bac12062
4 changed files with 22 additions and 17 deletions

View file

@ -13,7 +13,7 @@ export default {
commonjs({
namedExports: {
// squelch missing import warnings
'vscode-languageclient': ['CreateFile', 'RenameFile']
'vscode-languageclient': ['CreateFile', 'RenameFile', 'ErrorCodes']
}
})
],