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

Commit 6dc2c94

Browse files
authored
Merge pull request #14982 from jha-g/jha-g/gkit-strings
Finalizing strings for gkit (#14976)
2 parents f55d536 + ea705ce commit 6dc2c94

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)