# Switch Juno -\> VS Code - basic IDE questions

**URL:** https://discourse.julialang.org/t/switch-juno-vs-code-basic-ide-questions/65894
**Category:** VS Code
**Created:** [August 5, 2021, 3:06pm UTC](https://discourse.julialang.org/t/switch-juno-vs-code-basic-ide-questions/65894 "2021-08-05T15:06:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jo-fleck](https://avatars.discourse-cdn.com/v4/letter/j/59ef9b/32.png) [@jo-fleck](https://discourse.julialang.org/u/jo-fleck)
#### Post date: [August 5, 2021, 3:06pm UTC](https://discourse.julialang.org/t/switch-juno-vs-code-basic-ide-questions/65894/1 "2021-08-05T15:06:26Z")

</div>

I’m currently in the process of moving from Juno to VS Code and have some basic questions on how the editor layout and functionality compares (I am on a Mac with VS Code 1.58.2 and v1.3.27 of the julia extension).

- Is there a progress bar? If yes, how do I activate it?
- Customizing the Side Bar:
  1. Can I keep the explorer to the left of the editor pane while moving the workspace and plot navigator to its right?
  2. Can I add buttons to stop or interrupt Julia?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [August 5, 2021, 3:16pm UTC](https://discourse.julialang.org/t/switch-juno-vs-code-basic-ide-questions/65894/2 "2021-08-05T15:16:15Z")

</div>

> [@jo-fleck](#):
>
> Is there a progress bar? If yes, how do I activate it?

It’ll be activated automatically once you or a package loads ProgressLogging.jl.

> [@jo-fleck](#):
>
> Can I keep the explorer to the left of the editor pane while moving the workspace and plot navigator to its right?

No, unfortunately not. You can however move the Workspace into the bottom pane (which it would then share with the terminal).

> [@jo-fleck](#):
>
> Can I add buttons to stop or interrupt Julia?

No, but we’ll end up adding those to the Workspace.

---

<div class="post-metadata">

### Author: ![jo-fleck](https://avatars.discourse-cdn.com/v4/letter/j/59ef9b/32.png) [@jo-fleck](https://discourse.julialang.org/u/jo-fleck)
#### Post date: [August 5, 2021, 3:47pm UTC](https://discourse.julialang.org/t/switch-juno-vs-code-basic-ide-questions/65894/3 "2021-08-05T15:47:18Z")

</div>

Many thanks @pfitzseb
