Skip to content

Multi folder workspace only picks up build file in the first folder #14

@tschf

Description

@tschf

If I have multiple project folders, currently it only observed the build file from the first folder.

Notes: On first activation, go over all workspace folders to set up build targets:

vcode.workspace.workspaceFolders

Then, when compiling a specific file, get the workspace of the active file to select a target from relevant workspace:

vscode.workspace.getWorkspaceFolder(uri)

See: https://code.visualstudio.com/docs/extensionAPI/vscode-api#_workspace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions