Skip to content

Commit 8f0f27e

Browse files
authored
add strings to localize (#14448)
1 parent 63aa33f commit 8f0f27e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Extension/src/nativeStrings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"status_indexing_files": "Indexing files",
688688
"status_indexing_files_with_n_of_m": "Indexing files ({0} of {1})",
689689
"status_indexing_files_with_n_of_m_and_text": "Indexing files ({0} of {1}): {2}",
690-
"status_indexing_files_with_text": "Indexing files {0}"
690+
"status_indexing_files_with_text": "Indexing files {0}",
691+
"help_allow_missing_lsp_config": "Allow the server to start even if the specified --lsp-config file does not exist.",
692+
"initialize_failed_during_engine_setup": "Initialization failed during engine setup."
691693
}

0 commit comments

Comments
 (0)