Troubleshooting
Pike not found
Pike executable not found at "pike"
Solution: Ensure Pike 8.0+ is installed and in your PATH, or configure pike.pikePath in VS Code settings.
Extension not activating
Symptoms:
- Extension doesn't load when opening a
.pikefile
Solutions:
- Check that you have a
.pikeor.pmodfile open - Check the Output panel (View > Output > Pike Language Server) for errors
- Verify Pike is in your PATH by running
pike --versionin terminal
Slow indexing on large projects
Symptoms: Editor feels sluggish when editing large files
Solution: Workspace indexing runs in the background and shouldn't block editing. Initial indexing of large projects may take a few seconds.
Diagnostic Errors Not Showing
Symptoms: Syntax errors not highlighted in the editor
Solutions:
- Check the Problems panel (View > Problems)
- Ensure the file is saved with a
.pikeor.pmodextension - Check that diagnostics are enabled in VS Code settings
Getting Help
If you encounter issues not listed here:
- Check the GitHub Issues
- Search existing issues for similar problems
- Open a new issue with:
- Pike LSP version
- VS Code version
- Pike version
- Steps to reproduce
- Error messages from Output panel