Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,18 @@
"text": "GitHub login failed. Try running with --login from the command line to log in.",
"hint": "{Locked=\"GitHub\"} {Locked=\"--login\"}"
},
"auth_login_failed_plugin": {
"text": "GitHub login failed. Run npx @microsoft/cpp-language-server --login",
"hint": "{Locked=\"GitHub\"} {Locked=\"npx @microsoft/cpp-language-server --login\"}"
},
"auth_eula_required": {
"text": "EULA must be accepted to proceed. Run with --accept-eula.",
"hint": "{Locked=\"EULA\"} {Locked=\"--accept-eula\"}"
},
"auth_eula_required_plugin": {
"text": "EULA must be accepted to proceed. Run npx @microsoft/cpp-language-server --accept-eula",
"hint": "{Locked=\"EULA\"} {Locked=\"npx @microsoft/cpp-language-server --accept-eula\"}"
},
"auth_already_authenticated": {
"text": "Already authenticated with GitHub. Use --force-login to re-authenticate.",
"hint": "{Locked=\"GitHub\"} {Locked=\"--force-login\"}"
Expand Down Expand Up @@ -691,4 +699,4 @@
"help_allow_missing_lsp_config": "Allow the server to start even if the specified --lsp-config file does not exist.",
"initialize_failed_during_engine_setup": "Initialization failed during engine setup.",
"important_label": "Important:"
}
}
Loading