You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we introduce schema to the configSection, we should validate that the configSection is valid and include completions to help developers updated the schema with valid properties.
We can use vscode.languages.registerCompletionItemProvider and new vscode.CompletionItem() to add to the list of completions when the menu is opened.
We can use ajv to validate the JSON in the configSection against a schema.