Closed
Description
As I can see in the code here:
https://github.com/microsoft/vscode-eslint/blob/master/server/src/eslintServer.ts#L1666-L1680
The actions for disabling are always using //
or /*
, but in some cases, like with files of type .yaml
, a #
needs to be used instead of //
.
What do you think? Is that a valid use case? If so, I can open a PR ;)