eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

VS Code Nuclear Option #92

Closed awdeorio closed 1 year ago

awdeorio commented 1 year ago

VS Code leaves files in many places: project, ~/.vscode, system standard configuration location in home directory, et al. I've run into some situations where the REAL way to restart is to delete all VS Code data. We should include this in the Restart section. Maybe call it "delete all configuration and extensions" or something.

Here's the Microsoft docs: https://code.visualstudio.com/docs/setup/uninstall#_clean-uninstall

I had to do this on multiple machines over the last week.

ohjuny commented 1 year ago

Are you imagining replacing the current VS Code Restart to instruct students to reinstall VS Code (instead of just deleting the directory), or adding on to it with something like: "if you tried the above (deleting the directory) and are still facing issues, then consider reinstalling VS Code. (... instructions ...)"

awdeorio commented 1 year ago

How about starting with "try reconfiguring" and then later say "if you need to you can delete the directory AND configuration".