Skip to content

Conversation

@wesleybl
Copy link
Member

  • Remove vscodesettings.js execution from make install targets
  • Add .vscode/settings.json to .gitignore
  • Remove .vscode/settings.json from git tracking
  • Add postinstall hook to package.json to run vscodesettings.js
  • Fix script to properly check if settings.json exists before reading

Therefore, when we run make install, settings.json will not appear as modified in git, and the settings will be added to the file. They will also be added when only pnpm install is run.

- Remove vscodesettings.js execution from make install targets
- Add .vscode/settings.json to .gitignore
- Remove .vscode/settings.json from git tracking
- Add postinstall hook to package.json to run vscodesettings.js
- Fix script to properly check if settings.json exists before reading
@wesleybl
Copy link
Member Author

See: #7758 (comment)

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