mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
This is much more flexible than `monaco-plugin-helpers`. Because of this, it’s possible to use Prettier as an external dependency, so users can ignore it in their own build process of they choose not to support formatting. Instead of rewriting YAML language service imports in the build tool, I decided to just import them from where they need to be imported in the source code. Closes #63
5 lines
38 B
Text
5 lines
38 B
Text
dist/
|
|
node_modules/
|
|
/lib/
|
|
*.log
|
|
*.tgz
|