Skip to content

Commit 1b81893

Browse files
committed
replace ide with editor
1 parent df50ee5 commit 1b81893

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

runners/katacoda/templates/cd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if(terminalId) { %>
2-
Now you have to open another terminal. Click on the cd command twice and you will change to '<%= dir; %>' in terminal <%= terminalId; %> automatically. The first click will open a new terminal and the second one will change the directory. Alternatively you can click on the + next to 'IDE', choose the option 'Open New Terminal' and run the cd command afterwards.
2+
Now you have to open another terminal. Click on the cd command twice and you will change to '<%= dir; %>' in terminal <%= terminalId; %> automatically. The first click will open a new terminal and the second one will change the directory. Alternatively you can click on the '+', choose the option 'Open New Terminal' and run the cd command afterwards.
33
<% } else { %>Please change the folder to '<%= dir; %>'.<% } %>
44

55
`cd <%= dir; %>`{{execute <%= terminal; %>}}

runners/katacoda/templates/changeFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= text; %>
22

3-
Switch to the IDE and open the file '<%= fileDir; %>'.
3+
Switch to the editor and open the file '<%= fileDir; %>'.
44

55
`<%= fileDir; %>`{{open}}
66

runners/katacoda/templates/createFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If the parent directories aren't already in the project, 'mkdir -p' will create
44

55
`mkdir -p <%= filePath; %>`{{execute T1}}
66

7-
Switch to the IDE and click 'Copy to Editor'.
7+
Switch to the editor and click 'Copy to Editor'.
88

99
'<%= fileName; %>' will be created automatically inside the newly created folder.
1010

runners/katacoda/templates/openFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ You can either click on this link, here:
44

55
`<%= filePath; %>`{{open}}
66

7-
and it will open the file automatically or switch to the IDE and open it yourself.
7+
and it will open the file automatically or switch to the editor and open it yourself.

0 commit comments

Comments
 (0)