b0o / SchemaStore.nvim

🛍 JSON schemas for Neovim
https://schemastore.org
Apache License 2.0
726 stars 18 forks source link

Scheme is missing for bitbucket-pipelines.yml #27

Closed afranioce closed 1 month ago

afranioce commented 6 months ago

When I try to open the file bitbucket-pipelines.yml throw error below

Error executing vim.schedule lua callback: ...l/Cellar/neovim/0.9.5/share/nvim/runtime/lua/vim/lsp.lua:1308: RPC[Error] code_name = InternalError, message = "Request initialize failed with me
ssage: [UriError]: Scheme is missing: {scheme: \"\", authority: \"\", path: \"null\", query: \"\", fragment: \"\"}"
stack traceback:
        [C]: in function 'assert'
        ...l/Cellar/neovim/0.9.5/share/nvim/runtime/lua/vim/lsp.lua:1308: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>

I have tested the other yaml like docker-compose.yml and works well

afranioce commented 1 month ago

There is a official scheme file for bitbucket pipeline as commented in this post https://community.atlassian.com/t5/Bitbucket-questions/Scheme-URL-of-bitbucket-pipelines-yml/qaq-p/834807

The scheme link is https://api.bitbucket.org/schemas/pipelines-configuration

b0o commented 1 month ago

Please see #40