We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63aa33f commit 8f0f27eCopy full SHA for 8f0f27e
1 file changed
Extension/src/nativeStrings.json
@@ -687,5 +687,7 @@
687
"status_indexing_files": "Indexing files",
688
"status_indexing_files_with_n_of_m": "Indexing files ({0} of {1})",
689
"status_indexing_files_with_n_of_m_and_text": "Indexing files ({0} of {1}): {2}",
690
- "status_indexing_files_with_text": "Indexing files {0}"
+ "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."
693
}
0 commit comments