Skip to content

GOROOT or something is incorrect when opening terminal #9

@sago35

Description

@sago35

After using TinyGo extension, GOROOT or something is incorrect when opening terminal.

image

Probably due to the environment variables set below.

envVars.GOOS = goos ? goos: undefined;
envVars.GOARCH = goarch ? goarch: undefined;
envVars.GOROOT = goroot ? goroot: undefined;
envVars.GOFLAGS = buildTags ? "-tags="+(buildTags.split(' ').join(',')) : undefined;

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