-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tools/spxls): implement diagnostic features and improve VFS #1108
Conversation
Skipping CI for Draft Pull Request. |
481cb3f
to
5b6fcd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件可以不用看
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 8 out of 20 changed files in this pull request and generated no suggestions.
Files not reviewed (12)
- tools/spxls/go.mod: Language not supported
- tools/spxls/internal/pkgdata/.gitignore: Language not supported
- tools/spxls/internal/vfs/mapfs.go: Evaluated as low risk
- tools/spxls/internal/server/server.go: Evaluated as low risk
- tools/spxls/internal/server/utils.go: Evaluated as low risk
- tools/spxls/internal/vfs/gopparserfs.go: Evaluated as low risk
- tools/spxls/main.go: Evaluated as low risk
- tools/spxls/internal/server/format_test.go: Evaluated as low risk
- tools/spxls/internal/server/format.go: Evaluated as low risk
- tools/spxls/README.md: Evaluated as low risk
- tools/spxls/internal/server/diagnostic.go: Evaluated as low risk
- tools/spxls/internal/vfs/mapfs_test.go: Evaluated as low risk
Updates goplus#1059 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |
Updates #1059