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
On my system, with both saltstack and salt-lint installed, I get syntax highlighting and lint information. However, it seems that there is an intent to provide links to the wiki in the extension code, which does not pop up at all.
I stumbled onto this while trying to research how quickfix actions work and if it would be possible for me to start implementing some for basic things like salt-lint(207) and salt-lint(208). On that note, if you have any information that might be a good starting point I would love some pointers!!
Relevant code:
vscode-salt-lint/src/linter.ts
Lines 184 to 185 in 513def8
On my system, with both saltstack and salt-lint installed, I get syntax highlighting and lint information. However, it seems that there is an intent to provide links to the wiki in the extension code, which does not pop up at all.
I stumbled onto this while trying to research how quickfix actions work and if it would be possible for me to start implementing some for basic things like salt-lint(207) and salt-lint(208). On that note, if you have any information that might be a good starting point I would love some pointers!!
Edit: I see this seems to be the spec for quickfix actions: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeAction
The text was updated successfully, but these errors were encountered: