Skip to content

Commit

Permalink
Deploying to gh-pages from @ 94ddd33 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Feb 18, 2024
1 parent 8f1f3fe commit ca2e49b
Show file tree
Hide file tree
Showing 627 changed files with 138,718 additions and 53,314 deletions.
4 changes: 4 additions & 0 deletions assets/monaco-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Monaco Editor Changelog

## [0.46.0]

- Bug fixes

## [0.45.0]

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion assets/monaco-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Many Monaco related objects often implement the `.dispose()` method. This method
- [Integrate the AMD version](./docs/integrate-amd.md).
- [Integrate the ESM version](./docs/integrate-esm.md)
- Learn how to use the editor API and try out your own customizations in the [playground](https://microsoft.github.io/monaco-editor/playground.html).
- Explore the [API docs](https://microsoft.github.io/monaco-editor/docs.html) or read them straight from [`monaco.d.ts`](https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/monaco.d.ts).
- Explore the [API docs](https://microsoft.github.io/monaco-editor/docs.html) or read them straight from [`monaco.d.ts`](https://github.com/microsoft/monaco-editor/blob/gh-pages/node_modules/monaco-editor/monaco.d.ts).
- Read [this guide](https://github.com/microsoft/monaco-editor/wiki/Accessibility-Guide-for-Integrators) to ensure the editor is accessible to all your users!
- Create a Monarch tokenizer for a new programming language [in the Monarch playground](https://microsoft.github.io/monaco-editor/monarch.html).
- Ask questions on [StackOverflow](https://stackoverflow.com/questions/tagged/monaco-editor)! Search open and closed issues, there are a lot of tips in there!
Expand Down
Loading

0 comments on commit ca2e49b

Please sign in to comment.