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
Copy file name to clipboardExpand all lines: lessons/beginners/install-editor/vscode.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ třetí od shora. Vypadá jako čtverec, který má v sobe ještě jeden.
20
20
## Spuštění kódu
21
21
22
22
V editoru nenajdeš tlačtko spusit kód. Pokud tak chceš učinit naistaluj si toto [Rozšíření](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner).
23
-
Není ale potřeba. Spustit kód můžeš i přes příkaz v terminálu. V horním menu terminálu zvol view, terminal.
24
-
V otevřeném terminálu napiš příkaz: python <název souboru> a stiskni klávesu ENTER. Kód ti nyní běží v terminálu editoru.
23
+
Kód se dá spustit i v terminálu. Co to je a jak na to se dozvíš v dalších lekcích.
25
24
26
25
## A to je vše!
27
26
Vše ostatní je již nainstalováno. Teď se jen pusť do samotného programování!
0 commit comments