An open API service indexing awesome lists of open source software.

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.

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

![How to import profiles](import_profile.gif)

### 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)