vscode/build/monaco/README-npm.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
847 B
Markdown
Raw Normal View History

2016-06-09 09:20:03 +00:00
# monaco-editor-core
> This npm module is a building block for the [monaco-editor](https://www.npmjs.com/package/monaco-editor)
npm module and unless you are doing something special (e.g. authoring a monaco editor language that can be shipped
and consumed independently), it is best to consume the [monaco-editor](https://www.npmjs.com/package/monaco-editor) module
that contains this module and adds languages supports.
The Monaco Editor is the code editor that powers [VS Code](https://github.com/microsoft/vscode). Here is a good page describing some [editor features](https://code.visualstudio.com/docs/editor/editingevolved).
2016-06-09 09:20:03 +00:00
2020-09-15 23:13:49 +00:00
This npm module contains the core editor functionality, as it comes from the [vscode repository](https://github.com/microsoft/vscode).
2016-06-09 09:20:03 +00:00
## License
2021-02-14 19:10:24 +00:00
[MIT](https://github.com/microsoft/vscode/blob/main/LICENSE.txt)