Skip to content

Conversation

sjf
Copy link
Contributor

@sjf sjf commented Jul 30, 2025

Add vscode.workspace.findFiles to the list of the Vscode API calls that should not be re-introduced to the extension unintentionally.


Important

Add vscode.workspace.findFiles to disallowed APIs in no-direct-vscode-api.js ESLint rule, promoting native JavaScript alternatives.

  • ESLint Rule Update:
    • Add vscode.workspace.findFiles to disallowedApis in no-direct-vscode-api.js.
    • Add useNative message for vscode.workspace.findFiles to encourage using native JavaScript APIs.

This description was created by Ellipsis for 00d02ee. You can customize this summary. It will automatically update as commits are pushed.

Add `vscode.workspace.findFiles` to the list of the Vscode API calls that should not be re-introduced to the extension unintentionally.
Copy link

changeset-bot bot commented Jul 30, 2025

⚠️ No Changeset found

Latest commit: 00d02ee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sjf sjf changed the title Add vscode.workspace.findFiles to no-direct-vscode-api eslint rule. Add vscode.workspace.findFiles to no-direct-vscode-api eslint rule. Jul 30, 2025
Copy link
Contributor

Coverage Report

Extension Coverage

Base branch: 47%

PR branch: 48%

✅ Coverage increased or remained the same

Webview Coverage

Base branch: 17%

PR branch: 17%

✅ Coverage increased or remained the same

Overall Assessment

Test coverage has been maintained or improved

Last updated: 2025-07-30T23:48:51.558742

@sjf sjf merged commit 80f955b into main Jul 30, 2025
13 checks passed
@sjf sjf deleted the sjf-eslint branch August 14, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants