Update: 2024-11-29

This commit is contained in:
2024-11-29 10:13:12 +02:00
parent a0fd8d93e2
commit 41b7eb733a
15 changed files with 146 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ return {
-- https://github.com/microsoft/TypeScript/blob/3c221fc086be52b19801f6e8d82596d04607ede6/src/compiler/utilitiesPublic.ts#L620
tsserver_locale = "en",
-- mirror of VSCode's `typescript.suggest.completeFunctionCalls`
complete_function_calls = false,
complete_function_calls = true,
include_completions_with_insert_text = true,
-- CodeLens
-- WARNING: Experimental feature also in VSCode, because it might hit performance of server.