Microsoft/monaco-editor

[Feature Request] enable retention of size of docs popup

Open

#2,999 创建于 2022年2月28日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)JavaScript (1,283 fork)batch import
feature-requesthelp wanted

仓库指标

Star
 (14,836 star)
PR 合并指标
 (平均合并 6小时 26分钟) (30 天内合并 15 个 PR)

描述

Context

  • This issue is not a bug report. (please use a different template for reporting a bug)
  • This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

When the completions popup is resized, this new size is passed to IStorageService.store. Therefore theoretically it could be persisted to localStorage or some other persistent store (as per https://stackoverflow.com/questions/71293521/monaco-saving-preferences-to-localstorage).

However when the docs popup is resized, Monaco does not appear to save the new size:

Test in 0.31.1

贡献者指南