Skip to content

.vscode/settings.json changes on open #3456

Closed as not planned
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

  1. git clone https://github.com/electron/forge.git && cd forge
  2. code .
  3. 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

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