-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Background
- There is no autocomplete provided when running VSCode extension. I've compared with my friends running and coding Move on Mac and there is no such a problem
- I've inspected logs with Language Server. It seems it's caching old diagnosis which makes it a terrible experience when trying to fix issues, as you don't see IDE to reflect the actual problem.
- Sometimes it's loading symbols and after changes within the file it breaks and symbols are not loaded anymore in case I want to inspect with F12.
- I am running latest VSCode extension 1.0.22
- My SUI Move version is 1.48.1-406f619fd590
- move-analyzer --version 1.50.0-7214872434b3
I made sure git is allowing long paths
git config --system core.longpaths true
Metadata
Metadata
Assignees
Labels
No labels