# Vscode: plots pane keeps occupying the full screen

**URL:** https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100
**Category:** General Usage
**Tags:** vscode
**Created:** [December 14, 2021, 9:28pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100 "2021-12-14T21:28:32Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [December 14, 2021, 9:28pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/1 "2021-12-14T21:28:32Z")

</div>

Before the last update of VScode, when I had a layout like this:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/d/8/d8620e51c5ee14c93bb9b5e65bf1c2dbe647446a.png)

and modified the code to produce a new/tuned plot, the plot appeared in the same position. Now whenever (not always, actually) I update the plot, this happens:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/0/f/0fbd95a95c286f2d3f708690699dc3f4d0de0800.png)

Is this a bug, an option? Is there anything I can do to recover the previous behavior?

---

<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: [December 15, 2021, 10:30am UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/2 "2021-12-15T10:30:54Z")

</div>

Give the insiders version of the extension a try – the issue should be fixed there.

---

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [December 15, 2021, 12:09pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/3 "2021-12-15T12:09:14Z")

</div>

> [@pfitzseb](#):
>
> Give the insiders version of the extension a try

What does that mean in practice?

---

<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: [December 15, 2021, 12:13pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/4 "2021-12-15T12:13:16Z")

</div>

Install

> **[Julia Insider - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia-insider)**
>
> Extension for Visual Studio Code - Julia Language Support (Insider)

and disable the normal extension.

---

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [December 15, 2021, 12:19pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/5 "2021-12-15T12:19:56Z")

</div>

Unfortunately it didn’t work. ☹ (i. e. the same problem persists)

---

<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: [December 15, 2021, 12:21pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/6 "2021-12-15T12:21:08Z")

</div>

You may need to restart VS Code. I’ve tried reproducing the issue on various machines and VS Code versions with julia-insiders, but can’t.

---

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [December 15, 2021, 12:25pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/7 "2021-12-15T12:25:34Z")

</div>

Ah, thanks, the problem was that I had 2 VSCode instances open, and I had restarted only the one in which I was testing. Closing all of them and restarting did the trick. Thanks!

---

<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: [December 15, 2021, 12:41pm UTC](https://discourse.julialang.org/t/vscode-plots-pane-keeps-occupying-the-full-screen/73100/8 "2021-12-15T12:41:39Z")

</div>

Also ref:  
[https://github.com/julia-vscode/julia-vscode/issues/2618](https://github.com/julia-vscode/julia-vscode/issues/2618)
