Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Per-workspace python executable? #73

Open
@bennofs

Description

@bennofs

It would be nice if the lsp-python-ms-python-executable-cmd setting could be scoped to single server instances (workspaces) somehow. If you edit multiple projects in the same instance of Emacs, and some of them are Python2 while others are Python3 (or using different venvs), then there should be a way to assign the correct python version for each.

Scoping the setting to the workspace level makes the most sense to me, since buffers can also be part of multiple workspaces (?) so a buffer-local variable is not a great fit. Also many buffers can be part of a single workspace, so they must share the same python version (which also makes this a bad fit for a buffer local variable).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions