LSP icon indicating copy to clipboard operation
LSP copied to clipboard

Create markdown file code action does not do anything

Open kapitanluffy opened this issue 1 year ago • 0 comments

Pressing the code action does not do anything

image

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

kapitanluffy avatar May 08 '24 08:05 kapitanluffy