-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Standardize VS Code editor experience #1847
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
Comments
Is this an IDE problem or a CLI problem? Did you consider integrating an automated formatting tool? (e.g prettier) |
@bd82 I think it would be a mix. Ideally we'd have a pre-commit for linting and ensuring styles are enforced and consistent, but it would be nice to give VS Code contributors a more consistent experience. |
Actually we are using:
|
Not related to this issue, but a VSCode extension for syntax of VuePress (i.e. vue in markdown) would be needed 😄 |
That's a good suggestion but maybe the priority would be relatively low. 😅 |
Great suggestion @meteorlxy! Will add that to the issue for when we work on it. |
Perhaps we can reuse it in official blog plugin and theme. |
Description
Contributors to VuePress should have a standard experience working on code and submitting PRs so that random style changes don't occur as a result.
The text was updated successfully, but these errors were encountered: