Skip to content

Extra semicolon in path enviroment variables #740

Open
@DanielHubik

Description

@DanielHubik

Hi,
this extension adds to the environment variables inside vscode extra ';' at the end of the system
%PATH% !!! This causes double semicolon in the env variable !!!

'<some paths here>;;c:\Users\<name>\.vscode\extensions\ms-python.debugpy-2025.8.0-win32-x64\bundled\scripts'

You can test it via disabling the plugin and print it vscode env variables.

Here is vscode task to simplify testing:

        {
            "label": "Set Environment Variables",
            "type": "shell",
            "command": "cmd.exe /c set > %TEMP%\\vscode_env.txt",
            "problemMatcher": [],
            "presentation": {
                "panel": "shared",
                "reveal": "always",
                "focus": false,
                "showReuseMessage": true,
                "clear": false,
                "echo": true,
            }
        }

This error caused me GNU MAKE (4.2.1) not to work and hangs for 30minutes. If anyone have same issue, upgrade to newer GNU Make, it works fine with GNU Make 4.3 Built for x86_64-pc-msys.

Fix it !

Metadata

Metadata

Assignees

Labels

triage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions