Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting for custom config file location #56

Open
Splines opened this issue Dec 27, 2024 · 0 comments
Open

Setting for custom config file location #56

Splines opened this issue Dec 27, 2024 · 0 comments
Labels
feature-request Request for new features or functionality

Comments

@Splines
Copy link

Splines commented Dec 27, 2024

It'd be awesome if this extension could allow for a custom file location of the .vscode-test.mjs file by means of an extension-test-runner.configFile VSCode setting.

For example, I renamed the file to vscode-test.mjs (missing dot at the beginning) and placed it in a .config/ folder (see also config dir proposal here). Then this works perflectly fine under the package.json > scripts key:

"test": "vscode-test --config .config/vscode-test.mjs"

However, this extension doesn't detect the file, so nothing works. A workaround is to still use the usual location, which is the workspace root directory.

@connor4312 connor4312 added the feature-request Request for new features or functionality label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants