configuration.env['PATH'] is bound to a server class and we just keep prepending the same additional paths into it every time when there is a new session starts (e.g., a project is opened in a new window). Eventually, it triggers this bug: https://github.com/TerminalFi/LSP-copilot/issues/163
configuration.env['PATH']
is bound to a server class and we just keep prepending the same additional paths into it every time when there is a new session starts (e.g., a project is opened in a new window). Eventually, it triggers this bug: https://github.com/TerminalFi/LSP-copilot/issues/163