Skip to content
New issue

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

Create markdown file code action does not do anything #2499

Open
kapitanluffy opened this issue May 8, 2024 · 0 comments
Open

Create markdown file code action does not do anything #2499

kapitanluffy opened this issue May 8, 2024 · 0 comments

Comments

@kapitanluffy
Copy link

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.

# TODO: Support resource operations (create/rename/remove)

@predragnikolic predragnikolic transferred this issue from sublimelsp/LSP-marksman Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants