Skip to content

Instantly share code, notes, and snippets.

@brando90
Created February 19, 2024 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brando90/57c119c621da19fc804fd91bc18eb03c to your computer and use it in GitHub Desktop.
Save brando90/57c119c621da19fc804fd91bc18eb03c to your computer and use it in GitHub Desktop.
vscode workspace partiao automation for snap
# -- make vscode workspace
# decided not to have name of repo cuz I'd need to have conda env + github repo match name for making things simpler
cd /afs/cs.stanford.edu/u/brando9/
vscode_file="vscode.gold-ai-olympiad.afs_snap.code-workspace"
echo $vscode_file
touch $vscode_file
echo '{
"folders": [
{
"path": "gold-ai-olympiad"
}
],
"settings": {}
' > $vscode_file
ln -s /afs/cs.stanford.edu/u/brando9/$vscode_file $HOME/$vscode_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment