Socket
Socket
Sign inDemoInstall

@typescript-deploys/monaco-editor

Package Overview
Dependencies
0
Maintainers
9
Versions
967
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
93949596

3.7.0-pr-33473-14

Diff

typescript-deploys
published 3.7.0-pr-33290-47 •

typescript-deploys
published 3.7.0-insiders.20190918 •

typescript-deploys
published 3.7.0-dev.20190919 •

typescript-deploys
published 3.7.0-dev.20190918 •

typescript-deploys
published 3.7.0-dev.20190917 •

typescript-deploys
published 0.18.0 •

Changelog

Source

[0.18.0] (04.09.2019)

New & Noteworthy

  • Minimap enhancement
    • Selections and find results are now rendered in the minimap.
    • Model decorations now support IModelDecorationOptions.minimap, once set the decoration will be rendered in the minimap
  • New editor options
    • autoClosingOvertype: it controls whether the editor allows typing over closing quotes or brackets.
    • cursorSurroundingLines: it controls how many visible lines to display around the cursor while moving the cursor towards beginning or end of a file.
    • renderWhitespace: "selection": the editor can render whitespaces only in selection.

API changes

  • DeclarationProvider: The declaration provider interface defines the contract between extensions and the go to declaration feature.
  • SelectionRangeProvider Provide smart selection ranges for the given positions, see VS Code issue.
  • CodeLensProvider should now return CodeLensList instead of ICodeLensSymbol[].
  • DocumentSymbol has a new property tags to support more types.
  • View Zone id is now string instead of number.

Thank you

Contributions to monaco-json:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc