Skip to content

Since types from @vscode/test-electron are reexported, it should be a regular (non-dev) dependency #95

@bwateratmsft

Description

@bwateratmsft

A type from @vscode/test-electron is imported here:

import { ProgressReporter } from '@vscode/test-electron';

And then reexported here:

reporter: ProgressReporter;

As a result, @vscode/test-electron should ideally be a regular (non-dev) dependency. Otherwise, type errors result if the consumer doesn't also explicitly install @vscode/test-electron as a dev dependency in package.json.

I can submit a PR to fix this. Or, Copilot could probably handle it easily.

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