-
-
Notifications
You must be signed in to change notification settings - Fork 613
Closed as not planned
Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
0.0.0-development
Electron version
28.1.0
Operating system
macOS 14.2.1
Last known working Electron Forge version
No response
Expected behavior
Opening the forge folder in Visual Studio Code should not modify .vscode/settings.json.
Actual behavior
This is automatically added to the .vscode/settings.json file:
"[javascript][typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
Steps to reproduce
git clone https://github.com/electron/forge.git && cd forgecode .- Open
.vscode/settings.json
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels