Skip to content

Releases: andrewbranch/gatsby-remark-vscode

v1.1.1: Parse json5 and default to being quiet

11 Aug 06:45
77f3b68
Compare
Choose a tag to compare

v1.1.0: Grammar injections & extensionDataDirectory option

05 Aug 15:44
0ab5a35
Compare
Choose a tag to compare
  • Adds support for grammars that inject into other grammars (e.g. styled-components into JS) (#33)
  • Adds extensionDataDirectory option (Allows downloading extensions to somewhere that can be checked into source control) (#32)

v1.0.6: Add Node 12 support

07 Jun 00:12
3b2e19a
Compare
Choose a tag to compare
  • Updates oniguruma dependency to support Node 12. Thanks @janosh! 🌟

v1.0.5

04 Jun 04:27
7068a3b
Compare
Choose a tag to compare
  • Fixed horizontal scrolling overflow by adding box-sizing: border-box to each line styles in the optional styles.css (#21)