lehrkraefte:sbt:informatik:glf22:python-environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lehrkraefte:sbt:informatik:glf22:python-environment [2023/08/18 00:32]
Karlheinz Schubert
lehrkraefte:sbt:informatik:glf22:python-environment [2023/08/18 00:39]
Karlheinz Schubert
Line 14: Line 14:
 === Vorschlag zu Code Extensions für das GLF Informatik === === Vorschlag zu Code Extensions für das GLF Informatik ===
  
-Kopieren Sie das folgende File in das Verzeichnis ''c:\Users\IHRNAME\.vscode+Kopieren Sie das folgende File in das Verzeichnis ''c:\Users\IHRNAME\.vscode''
  
-<code json>+<code json extensions.json>
 { {
  // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.  // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
Line 41: Line 41:
 } }
 </code>  </code> 
 +Die vorgeschlagenen Erweiterungen stehen dann im Extension Pane unter <key>RECOMMANDED</key> zur Auswahl und Sie können diese installieren.
  
 +<hidden Variante 2: Batchdatei zur Installation für die Erweiterungen>
 <code bash code-extensions.cmd> <code bash code-extensions.cmd>
 @echo off @echo off
Line 72: Line 74:
 echo ======================================================= echo =======================================================
  
-</code>+</code></hidden>
  
-oder für Freaks in Python:+<hidden Variante 3: für Freaks in Python: Installation für die Erweiterungen>
 <code python code-extensions.py> <code python code-extensions.py>
 """ """
Line 113: Line 115:
  
 </code> </code>
 +</hidden>
 +
  • lehrkraefte/sbt/informatik/glf22/python-environment.txt
  • Last modified: 2023/08/18 00:40
  • by Karlheinz Schubert