We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55d536 commit ea705ceCopy full SHA for ea705ce
1 file changed
src/nls/root/strings.js
@@ -900,5 +900,8 @@ define({
900
"CMD_FIND_PROJECT_SYMBOLS" : "Find Project Symbols",
901
902
// Remote debugging enabled
903
- "REMOTE_DEBUGGING_ENABLED" : "Remote debugging enabled on localhost:"
+ "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}."
907
});
0 commit comments