Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjcarstens/elixirls-workspace-symbols
Test lib for ElixirLS issue compiling workspace symbols repeatedly
https://github.com/jjcarstens/elixirls-workspace-symbols
Last synced: 5 days ago
JSON representation
Test lib for ElixirLS issue compiling workspace symbols repeatedly
- Host: GitHub
- URL: https://github.com/jjcarstens/elixirls-workspace-symbols
- Owner: jjcarstens
- Created: 2022-04-07T22:10:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T22:24:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T10:54:13.449Z (2 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WorkspaceSymbols troubleshooting
This serves as a test lib for https://github.com/elixir-lsp/elixir-ls/issues/686
* Use the `test.code-workspace` file to open this as a workspace in VScode
* Open a file in `my_dep.ex` and watch ElixirLS output
* ElixirLS output should completely successfully
* Once done ElixirLS compiling, there should no longer be a `beam.smp` process
* Verify with `Activity Monitor` on MacOS or `ps $(pgrep beam.smp) | grep ElixirLS`
* open a file in `my_fw.ex`
* ElixirLS output will constantly try to compile `WorkspaceSymbols`
* open another file in `my_dep.ex`
* Look at ElixirLS output for `my_dep` - It will now have the constant compilationgit