Closed as not planned
Description
openedon Jan 4, 2024
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 forge
code .
- Open
.vscode/settings.json
Additional information
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels