We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing the code action does not do anything
For more context, seems like sublime's LSP implementation does not support create yet
create
:: [02:51:52.785] <<< marksman (23) (duration: 0ms): [{'title': 'Create `jjj.md`', 'kind': 'quickfix', 'isPreferred': False, 'edit': {'documentChanges': [{'kind': 'create', 'uri': 'file:///d%3A/Repo/ST-AutoSetSyntax/jjj.md'}]}}]
'kind': 'create' is unsupported atm.
'kind': 'create'
LSP/plugin/core/edit.py
Line 20 in 68c7031
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pressing the code action does not do anything
For more context, seems like sublime's LSP implementation does not support
create
yet'kind': 'create'
is unsupported atm.LSP/plugin/core/edit.py
Line 20 in 68c7031
The text was updated successfully, but these errors were encountered: