Skip to content

Conversation

@justinmk
Copy link
Member

@justinmk justinmk commented Apr 13, 2025

Problem:
Since configs now live in lsp/, the docgen needs to be updated.

Solution:
Read the configs from lsp/. Parse the @brief docstring to get the docs.

followup to #3659 @TheRealLorenz

@github-actions

This comment was marked as resolved.

---@brief
---
---https://github.com/agda/agda-language-server
-- https://github.com/agda/agda-language-server
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indent of all comment lines needs to be the same.

Comment on lines -96 to -99
-- Make sure username doesn't leak into the generated document
local old_home = vim.env.HOME
local old_cache_home = vim.env.XDG_CACHE_HOME
vim.env.HOME = '/home/user'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: this is still needed. example: jdtls

@neovim neovim deleted a comment from github-actions bot Apr 13, 2025
@neovim neovim deleted a comment from github-actions bot Apr 13, 2025
@neovim neovim deleted a comment from github-actions bot Apr 13, 2025
Problem:
Since configs now live in `lsp/`, the docgen needs to be updated.

Solution:
Read the configs from `lsp/`. Parse the `@brief` docstring to get the
docs.
@neovim neovim deleted a comment from github-actions bot Apr 13, 2025
@justinmk justinmk merged commit ecb74c2 into master Apr 13, 2025
11 checks passed
@justinmk justinmk deleted the doc branch April 13, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant