Skip to content

Error appears for projects where terminals.json is not defined #93

Open
@anpale

Description

if ( !terminals.length ) vscode.window.showErrorMessage ( 'No terminals defined, edit the configuration' );

This error should only prompt when a terminals.json file is present in the .vscode directory. For projects without this file, where terminals is not required the error should not be displayed. Currently, however, the error appears for every project. Additionally, there is no option to disable this error, making it inconvenient for users.

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