vscode-yaml
vscode-yaml copied to clipboard
clientSnippetSupport field in yamlServerMain.ts is unused
The clientSnippetSupport
field is assigned but never actually used. Should it be removed instead?
https://github.com/adamvoss/vscode-yaml/blob/7b6097a5cb0edff144d34f457b64eb2a13831a96/server/src/yamlServerMain.ts#L55-L85