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
I'm trying to use Marksman with Kate -editor but I get warning mentioned in title when editing a markdown file. Also get warning "Unsupported glob pattern" at start. Is there anything I could do to not getting those warnings? Works otherwise. Marksman version is latest release, linux-x64 1.0.0-77f348c. Default settings.
Log:
[19:44:35 LSP Client Log] Started server markdown@/home/hk: /home/hk/.local/bin/marksman server
[19:44:36 LSP Server Log] markdown@/home/hk
[19:44:35 INF] Starting Marksman LSP server: {}
[19:44:37 LSP Server Log] markdown@/home/hk
[19:44:37 WRN] Unsupported glob pattern: {"pat": "**/a?[a-z12!][]][!][:upper:]][^[=a=]]\\?[\\\\incomplete?*"}
[19:44:37 LSP Server Log] markdown@/home/hk
[19:44:37 WRN] Unsupported glob pattern: {"pat": "**/a?[a-z][]][!][:upper:]][^[=a=]]\\?[\\\\incomplete?*"}
[19:46:46 LSP Server Log] markdown@/home/hk
[19:46:46 WRN] Unexpected document version: {"newVersion": 33, "currentVersion": 20, "uri": "file:///home/hk/test.md"}
[19:46:47 LSP Server Log] markdown@/home/hk
[19:46:47 WRN] Unexpected document version: {"newVersion": 35, "currentVersion": 33, "uri": "file:///home/hk/test.md"}
[19:46:49 LSP Server Log] markdown@/home/hk
[19:46:49 WRN] Unexpected document version: {"newVersion": 46, "currentVersion": 35, "uri": "file:///home/hk/test.md"}
[19:46:50 LSP Server Log] markdown@/home/hk
The text was updated successfully, but these errors were encountered:
Sorry for a long overdue response @nkahe. The unexpected version warning is bogus (I added it a while ago before I realized that all editors do versioning completly differently). I removed it in #282 . The "unsupported glob pattern" is legit but benign. If you want to silence it completely, starting marksman as marksman server -v=0 should help.
I'm trying to use Marksman with Kate -editor but I get warning mentioned in title when editing a markdown file. Also get warning "Unsupported glob pattern" at start. Is there anything I could do to not getting those warnings? Works otherwise. Marksman version is latest release, linux-x64 1.0.0-77f348c. Default settings.
Log:
The text was updated successfully, but these errors were encountered: