LSP
LSP copied to clipboard
Create markdown file code action does not do anything
Pressing the code action does not do anything
For more context, seems like sublime's LSP implementation does not support create yet
:: [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. https://github.com/sublimelsp/LSP/blob/68c70316595685d2dc40f06e02b8d891f4bdab1a/plugin/core/edit.py#L20