-
Notifications
You must be signed in to change notification settings - Fork 16
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
Improve VSCode extension #31
Comments
VSCode seems only support JSON schema validation. For YAML, we probably need third-party extensions, such as /~https://github.com/redhat-developer/vscode-yaml |
Figured out a way to get YAML intelliSense:
The schema needs to be accessible via URL, another PR here: ast-grep/ast-grep#543 It's a little verbose, but would work. |
@pd4d10 looks like yaml language server is a better choice. /~https://github.com/redhat-developer/yaml-language-server |
Hi @pd4d10, I also added rule schema in /~https://github.com/ast-grep/ast-grep/blob/main/schemas/rule.json |
State of Art
Feature List
The text was updated successfully, but these errors were encountered: