# VS Code extension v0.8.0-beta.1 release

**URL:** https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124
**Category:** Community
**Created:** [September 27, 2017, 9:07pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124 "2017-09-27T21:07:49Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![ZacLN](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/zacln/32/2748_2.png) [@ZacLN](https://discourse.julialang.org/u/ZacLN)
#### Post date: [October 26, 2017, 9:45pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/21 "2017-10-26T21:45:19Z")

</div>

If it’s all underlined red but you can execute the code in your file them something is majorly wrong on our (CSTParser) side. If you can narrow it down to a mwe I should be able to stick up a fix

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [October 26, 2017, 9:50pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/22 "2017-10-26T21:50:34Z")

</div>

This screenshot sums it up I think.  
So I started with an empty file.  
Added the `using` statements. Then the for loop and while typing it julia changed to be busy.

 ![vscode-julia-1](https://global.discourse-cdn.com/julialang/original/3X/1/a/1a83cc3684bc352e0acff4858165f01bf9354aa6.png)

The problem message shows (I guess) that it went to busy after typing `f` and then got stuck there.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [October 26, 2017, 10:00pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/23 "2017-10-26T22:00:58Z")

</div>

Are you sure you are running v0.8? Sometimes v0.7 sticks around.

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [October 26, 2017, 10:06pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/24 "2017-10-26T22:06:46Z")

</div>

![vscode-julia-2](https://global.discourse-cdn.com/julialang/original/3X/f/7/f7733e981e8136076d2c01b5231adaabe16c0c5d.png)

If I click on `Reload` nothing changes therefore I suppose it is already working and just has some issues with the `beta`, correct?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [October 26, 2017, 10:18pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/25 "2017-10-26T22:18:49Z")

</div>

No, it means it is not working. Go to your `.vscode/extensions` folder, deleta all `julialang*` folders and reinstall the beta.

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [October 26, 2017, 10:30pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/26 "2017-10-26T22:30:38Z")

</div>

Alright. Thanks it seems to work perfectly. Even if I get lots of errors because of JuMP variables.

x1 is undefined but it’s the normal declaration in JuMP.

```julia
@variable(m, 0 <= x1 <= 1.38629436111989)

```

Thanks again!

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 1, 2017, 9:25pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/27 "2017-11-01T21:25:11Z")

</div>

> [@B\_W\_Harris](#):
>
> With this release should I expect PyPlot to work directly and produce a plot tab? I’ve only been able to get it to work through plots.jl.

I took a look. Still not clear what the problem is, but you can display figures by calling `gcf()` in the REPL. I think for the v0.8.0 release that will have to be good enough, but I’m trying to figure out what we can do for the next release/more long term.

---

<div class="post-metadata">

### Author: ![B\_W\_Harris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/b_w_harris/32/4112_2.png) [@B\_W\_Harris](https://discourse.julialang.org/u/B_W_Harris)
#### Post date: [November 2, 2017, 12:45am UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/28 "2017-11-02T00:45:07Z")

</div>

Thanks. Works for me!

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 5, 2017, 5:46pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/29 "2017-11-05T17:46:45Z")

</div>

And we have a release candidate:

[https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.2](https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.2)

Please test it and report any issues, bugs etc.

Once we have a RC without major bugs we’ll cut a final release, hopefully in a few days.

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 6, 2017, 5:12am UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/30 "2017-11-06T05:12:35Z")

</div>

And we have RC3 with a couple more bugs fixed:

[https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.3](https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.3)

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 7, 2017, 10:09pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/31 "2017-11-07T22:09:47Z")

</div>

And we have a fourth release candidate, please test and report any bugs:

[https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.4](https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.4)

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [November 8, 2017, 3:33pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/32 "2017-11-08T15:33:47Z")

</div>

F12 - Jump to definition doesn’t seem to work. It worked once I can’t remember in which version.  
Btw is there a way to get a list of all functions?

---

<div class="post-metadata">

### Author: ![aleksip](https://avatars.discourse-cdn.com/v4/letter/a/cdc98d/32.png) [@aleksip](https://discourse.julialang.org/u/aleksip)
#### Post date: [November 8, 2017, 4:02pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/33 "2017-11-08T16:02:19Z")

</div>

It works, but you have to initially wait for the language server to do its thing. So in the beginning it says `Julia Language Server is busy`, but after that it should work.

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [November 8, 2017, 4:11pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/34 "2017-11-08T16:11:13Z")

</div>

It says: Julia: ready but nothing is happening if I press F12  
I restarted VS Code and after a long while it started to work again…

---

<div class="post-metadata">

### Author: ![aleksip](https://avatars.discourse-cdn.com/v4/letter/a/cdc98d/32.png) [@aleksip](https://discourse.julialang.org/u/aleksip)
#### Post date: [November 8, 2017, 4:27pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/35 "2017-11-08T16:27:35Z")

</div>

I don’t think you have the newest version of the extension. The newest version says only `Julia Language Server is busy` when it’s busy and nothing otherwise.

---

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [November 8, 2017, 4:28pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/36 "2017-11-08T16:28:59Z")

</div>

It does now. Maybe the reload after I installed via vsix didn’t work. Thanks. I’ll keep you updated if it stops working 😉

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 8, 2017, 5:17pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/37 "2017-11-08T17:17:22Z")

</div>

And we have a fifth release candidate:

[https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.5](https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.5)

Thanks everyone for testing, please keep reporting any bugs and issues you run into!

---

<div class="post-metadata">

### Author: ![davidanthoff](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/davidanthoff/32/223493_2.png) [@davidanthoff](https://discourse.julialang.org/u/davidanthoff)
#### Post date: [November 11, 2017, 6:39am UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/38 "2017-11-11T06:39:31Z")

</div>

And here is RC 6:

[https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.6](https://github.com/JuliaEditorSupport/julia-vscode/releases/tag/v0.8.0-rc.6)

Hopefully this will be the last one and we can release those bits on Mon as the final bits to the marketplace!

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [November 11, 2017, 5:46pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/39 "2017-11-11T17:46:29Z")

</div>

Beginners question: How do I launch a Julia terminal? In the moment I just launch a bash console and the start Julia. Is there a better way?

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [November 11, 2017, 5:50pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124/40 "2017-11-11T17:50:09Z")

</div>

That’s what I do. On Windows 10: start git bash in the terminal, and then fire up julia.  
That gives me a usable shell on Windows (which I’m not going to get with Julia started from CMD).

[Previous page](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124.md?page=1)

[Next page](https://discourse.julialang.org/t/vs-code-extension-v0-8-0-beta-1-release/6124.md?page=3)
