-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
13 lines (7 loc) · 758 Bytes
/
notes.txt
File metadata and controls
13 lines (7 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
make toggle sidebar keybind toggle the FolderView - Done
post to reddit the gif of the demo with ai features - Done
finish the ctrl+click to open definition. - Done
ability to change python interpreter (setup run file to work with venvs) - Done
pyright arrow keys work but dont actually submit the option you press it just submits the top one - Done
watch for changes in open files and correct the contents to be the new updates one - Done
The ctrl+click is working now but doesnt work unless an auto complete from pyright is requested first. Maybe its not initilizted on startup correctrly? idek - check logs around this time: 2025-12-21 20:01:28,135 - Done (added LSP warmup request after initialization and added definition capability to LSP client)