mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-15 21:34:19 +00:00
Retry inlay hints on content modified error
This commit is contained in:
parent
08c5d157f9
commit
23bac12062
4 changed files with 22 additions and 17 deletions
|
|
@ -13,7 +13,7 @@ export default {
|
|||
commonjs({
|
||||
namedExports: {
|
||||
// squelch missing import warnings
|
||||
'vscode-languageclient': ['CreateFile', 'RenameFile']
|
||||
'vscode-languageclient': ['CreateFile', 'RenameFile', 'ErrorCodes']
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue