|
@@ -33,6 +33,8 @@ else
|
|
|
completionDisableFilterText = true,
|
|
|
preferences = {
|
|
|
importModuleSpecifierPreference = 'non-relative',
|
|
|
+ -- this prevents renames from aliasing when destructuring
|
|
|
+ providePrefixAndSuffixTextForRename = false,
|
|
|
},
|
|
|
},
|
|
|
capabilities = capabilities,
|