Skip to content

Commit fb7ec26

Browse files
committed
cursor modification addded to SETUP
1 parent 3d0ec6b commit fb7ec26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SETUP/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [HPC](#hpc)
1010
- [Local_MacOS](#local_macos)
1111
- [Local_Windows](#local_windows)
12+
- [code_editor](#code_editor)
1213

1314
## HPC
1415
### UAB Cheaha Supercomputer
@@ -216,3 +217,17 @@ conda config --remove channels conda-forge && conda config --remove channels bio
216217

217218
> Nothing should be run on the login node, especially IDE SSH sessions. Any processes run in or by these IDEs are run using login node resources. Even if you request an interactive job within the IDE, only the processes run within that terminal session are on the compute node, everything else is still run on the login node. We automatically kill any IDE server process on the login node. If you want to use an IDE to access Cheaha, we have documentation on how to use VSCode to access a compute node directly on our documentation at [Link](https://docs.rc.uab.edu/cheaha/open_ondemand/hpc_desktop/#downloading-and-installing-vscode-and-vscode-server).
218219

220+
221+
## code_editor
222+
### Cursor
223+
- To make Make Cursor AI Sidebar icons vertical:
224+
You should go to VSCode Settings and search for `workbench.activityBar.orientation` and set it to `vertical`. (or JASON change: `"workbench.activityBar.orientation": "vertical"`)
225+
This YouTube video is not working: [Link](https://www.youtube.com/watch?v=x3JB6LuWXeE)
226+
227+
228+
229+
230+
231+
232+
233+

0 commit comments

Comments
 (0)