Skip to content

Extension in a loop showing the blocked message #867

@linuxrider

Description

@linuxrider

Using the extension in windows with vscodium in combination with a pixi environment leads to a loop showing the blocked message and asking for allowance.

I think this is related to the lowercase drive letter from

export function cwd(): string {
	return vscode.workspace.workspaceFolders?.[0].uri.fsPath?? os.homedir() ?? os.homedir()
}

This fixes it for me. It capitalizes the drive letter in cwd().
#866

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