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.
Is this an IDE problem or a CLI problem?
Are all contributors expected to code using VS Code?
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 :smile:
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.
Most helpful comment
Not related to this issue, but a VSCode extension for syntax of VuePress (i.e. vue in markdown) would be needed :smile: