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

Format code-workspace file, clarify use of .vscode/ dir #44874

Closed
wants to merge 1 commit into from

Commits on Jun 11, 2024

  1. Format code-workspace file, clarify behaviour with .vscode/ in .gitig…

    …nore
    
    Summary:
    While reviewing facebook/react#29830, I noticed this file was committed with tab indentation in React Native. I have also used the `.gitignore` entry to clarify how `react-native.code-workspace` interacts with an optional user `.vscode/` config directory.
    
    Note: The `json-stringify` parser can be used with Prettier 3+ only, so we use `json` instead.
    
    Changelog: [Internal]
    
    Differential Revision: D58413581
    huntie authored and facebook-github-bot committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bbfccb1 View commit details
    Browse the repository at this point in the history