DetachHead

Results 929 comments of DetachHead

https://github.com/robocorp/robotframework-lsp/issues/994

good idea. typescript supports this in jsdoc comments too: ```ts const foo = 1 /** see {@link foo} */ const bar = foo ```

in my experience virtualenvs just work by default in pyright, so i've left the `venvPath` setting and its documentation unchanged from upstream as i'm not really familiar with it. could...

> Must it be installed within in (i. e. as a requirement package of a project within its environment)? it's not a requirement, but it's what i've always done and...

> This unfortunately doesn't work and hasn't worked in pyright either _unless one explicitly fully qualifies the precise path to the disposable virtual environment_, which again defies a little the...

> Neovim (mason specifically) for example downloads a single LSP and uses it for all matching filetypes. Vscode will do the same. the basedpyright vscode extension defaults to using the...

> I don't really know what I'm doing, but maybe there could be a space somewhere in this repo where we can share some documentation bits about neovim. It's a...

revisiting this issue again now that i'm more familiar with how these settings work. > > This unfortunately doesn't work and hasn't worked in pyright either _unless one explicitly fully...

yeah i agree that it's confusing. i still don't get why `venv` and `venvPath` are two separate settings instead of one. i will leave this issue open for now until...

thinking about this more, i'm considering just discouraging the `venv` and `venvPath` settings entirely. it's needlessly convoluted to have two separate options when it could be one, and it breaks...