Graphql Schema Linter for VSCodeThis VSCode extension allows you to lint your GraphQL schema files using the graphql-schema-linter library directly within the editor. The extension is activated when the graphql-schema-linter library is installed in your currently open workspace. Features
LimitationsPlease note that this extension does not support real-time linting as you make changes to your schema files. Linting is only performed when you save your files. This limitation is due to the difficulty of handling multiple schema files in real-time. RequirementsTo use this extension, you must meet the following requirements:
UsageOnce the extension is installed and the graphql-schema-linter library is available in your workspace, the linting functionality will be automatically enabled. When you save your GraphQL schema files, the extension will run the linter and display any errors or warnings in the editor. No Configuration NeededThis extension does not require any configuration options. It automatically detects and uses the graphql-schema-linter library installed in your workspace. Feedback and SupportIf you encounter any issues or have suggestions for improvements, please feel free to create an issue on the GitHub repository. We appreciate your feedback and support in making this extension better for everyone! |