Clean up comments in runtimes (#13870)
This commit is contained in:
parent
a53b3b6b10
commit
750df6c93d
3 changed files with 3 additions and 5 deletions
|
@ -198,7 +198,6 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
|
|||
let assistant_panel =
|
||||
assistant::AssistantPanel::load(workspace_handle.clone(), cx.clone());
|
||||
|
||||
// todo!(): enable/disable this based on settings
|
||||
let runtime_panel = repl::RuntimePanel::load(workspace_handle.clone(), cx.clone());
|
||||
|
||||
let project_panel = ProjectPanel::load(workspace_handle.clone(), cx.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue