(
editorInstance: MonacoEditor.IStandaloneCodeEditor
)
| 350 | } |
| 351 | |
| 352 | private updateStatusBar( |
| 353 | editorInstance: MonacoEditor.IStandaloneCodeEditor |
| 354 | ) { |
| 355 | if (editorInstance) { |
| 356 | // TODO |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | public updateEditorLineColumnInfo( |
| 361 | editorInstance: MonacoEditor.IStandaloneCodeEditor |
no outgoing calls
no test coverage detected