We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3433 commit e02f1a5Copy full SHA for e02f1a5
src/types/monaco.d.ts
@@ -3,6 +3,8 @@ import { IRange } from 'monaco-editor'
3
declare module 'monaco-editor' {
4
namespace editor {
5
interface IStandaloneCodeEditor {
6
+ // This method is internal and is supposed to be used by the folding feature
7
+ // We still use it to hide parts of the code in the `hideCodeWithoutDecoration` function
8
setHiddenAreas(ranges: IRange[]): void
9
}
10
0 commit comments