mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Update deps, add version matrix
This commit is contained in:
parent
8805903bf0
commit
88e57802f2
3 changed files with 62 additions and 43 deletions
|
|
@ -70,6 +70,13 @@ Options can be passed in to `MonacoWebpackPlugin`. They can be used to generate
|
|||
* default value: <!-- FEATURES_BEGIN -->`['accessibilityHelp', 'bracketMatching', 'caretOperations', 'clipboard', 'codeAction', 'codelens', 'colorDetector', 'comment', 'contextmenu', 'coreCommands', 'cursorUndo', 'dnd', 'find', 'folding', 'fontZoom', 'format', 'gotoError', 'gotoLine', 'gotoSymbol', 'hover', 'iPadShowKeyboard', 'inPlaceReplace', 'inspectTokens', 'linesOperations', 'links', 'multicursor', 'parameterHints', 'quickCommand', 'quickOutline', 'referenceSearch', 'rename', 'smartSelect', 'snippets', 'suggest', 'toggleHighContrast', 'toggleTabFocusMode', 'transpose', 'wordHighlighter', 'wordOperations', 'wordPartOperations']`<!-- FEATURES_END -->.
|
||||
* excluded features: It is also possible to exclude certain default features prefixing them with an exclamation mark '!'.
|
||||
|
||||
## Version Matrix
|
||||
|
||||
| `monaco-editor-webpack-plugin` | `monaco-editor` |
|
||||
|---|---|
|
||||
| `1.8.x` | `0.19.x`, `0.20.x` |
|
||||
| `1.7.x` | `0.18.x`
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue