https://github.com/tempehs/tempehs_vscode_setup
TempeHS VSCode/Codespaces configuration and profiles.
https://github.com/tempehs/tempehs_vscode_setup
codespaces profiles vscode vscode-configs vscode-settings
Last synced: 12 months ago
JSON representation
TempeHS VSCode/Codespaces configuration and profiles.
- Host: GitHub
- URL: https://github.com/tempehs/tempehs_vscode_setup
- Owner: TempeHS
- Created: 2023-06-27T10:31:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T03:39:46.000Z (over 1 year ago)
- Last Synced: 2025-01-08T04:28:30.369Z (over 1 year ago)
- Topics: codespaces, profiles, vscode, vscode-configs, vscode-settings
- Language: Python
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tempe High School VSCode Setup
Visual Studio Code is the cross-platform coding environment we will use across both Stage 5 Computer Technology and Stage 6 Software Engineering. When we use GitHub CodeSpaces in the cloud, we are using the same development environment.
This repo contains the generic configuration files and example profiles to improve your development experience.
## Configuration Files
- [Node.JS for JS/HTML/CSS PWA development](\JS_HTML_CSS) configuration files
- [Python](\Python) configuration files
- [Python Flask for Python PWA Development](\Python_Flask) configuration files
- [Jupyter Notebook for Machine Learning](\Jupyter_Notebook) configuration files
- [MicroPython for Raspberry Pi Pico/Pico 2](\MicroPython)
## Important Visual Code Settings

### Profiles
- [Default](/Profiles/Default.code-profile)
- [Arduino](/Profiles/Arduino_Development.code-profile)
- [Micropython](/Profiles/MicroPython_Pico_Development.code-profile)
- [node.JS](/Profiles/Node.js_PWA_Development.code-profile)
- [Python](/Profiles/Python_Flask_PWA_Development.code-profile) including FLASK
- [Unity](/Profiles/Unity_Development.code-profile)
> [!Important]
> All profiles require the _Default_ profile as the base profile.
### Other extensions
- [Atom One Dark Theme](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark)
- [JetBrains Mono. A typeface for developers​\_](https://marketplace.visualstudio.com/items?itemName=NarasimaPandiyan.jetbrainsmono)
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
- [CodeSnap](https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap)
- [Icons](https://marketplace.visualstudio.com/items?itemName=tal7aouy.icons)
- [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
- [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)