This PR prevents the CodeEditor from first collapsing and then expanding as a result of the LazyCodeEditor performance improvement implementation. Instead we set a fixed height for the LazyCodeEditor component based on the CodeEditor component that will replace it. This way, the transition would be less obvious to users. Before:  After:  |
||
|---|---|---|
| .. | ||
| client | ||
| server | ||
| util | ||