Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit ea705ce

Browse files
committed
Finalizing strings for gkit (#14976)
1 parent f55d536 commit ea705ce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,5 +900,8 @@ define({
900900
"CMD_FIND_PROJECT_SYMBOLS" : "Find Project Symbols",
901901

902902
// Remote debugging enabled
903-
"REMOTE_DEBUGGING_ENABLED" : "Remote debugging enabled on localhost:"
903+
"REMOTE_DEBUGGING_ENABLED" : "Remote debugging enabled on localhost:",
904+
905+
// Remote debugging port argument is invalid
906+
"REMOTE_DEBUGGING_PORT_INVALID" : "Cannot enable remote debugging on port {0}. Port numbers should be between {1} and {2}."
904907
});

0 commit comments

Comments
 (0)