You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError("Missing arguments for the command "+command+". You have to specify a port for the server. For further information read the function documentation.");
14
-
15
13
}else{
16
14
lettimeoutFlag=false;
17
15
letreached=false;
@@ -45,4 +43,4 @@ export class ServerIsReachable {
Starting a server in a new terminal. You have to specify the port for testing, the other parameters are optional. The startupTime can specify how long the runner will wait for a response from the server process and with interval you can set the frequenzy for the server testing. The path is the subpath from your server that should be reached.
117
151
118
152
119
153
### installCobiGen
@@ -193,12 +227,14 @@ example:{...,"placeholder": "private int age;"}
The usage of the line number function requires having VSCode installed on your System. Not having VSCode installed will not create any output for Katacoda.
198
233
199
234
##### Name of the placeholder
200
235
If you want to insert content into your code between two existing lines, take the previous line as your placeholder or use the option to insert at a line number. Add your placeholder into the new file or string, otherwise it will be replaced entirely.
201
236
237
+
202
238
A placeholder is optional. If you do not define a placeholder, the content in the existing file will be simply replaced by the new content.
203
239
204
240
Please try not to use custom placeholders. Keep in mind that you might want to build the project before changing them. Custom placeholders with a comment-syntax (e.g. "//PLACEHOLDER") will be removed by the console-environment and others might cause errors.
@@ -361,4 +397,13 @@ This command also works if the devonfw IDE is not installed, but then you have t
361
397
2. Path of the script (Windows). Relative to the playbook directory
0 commit comments