# VS Code extension v0.12.0 beta release

**URL:** https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420
**Category:** VS Code
**Tags:** announcement
**Created:** [June 18, 2019, 6:44pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420 "2019-06-18T18:44:41Z")
**Posts on this page:** 8
**Page:** 3

<div class="post-metadata">

### Author: ![affans](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/affans/32/11911_2.png) [@affans](https://discourse.julialang.org/u/affans)
#### Post date: [August 10, 2019, 11:15pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/42 "2019-08-10T23:15:49Z")

</div>

If I try to run the command `Toggle file linting` I get an error saying “Error: server is not running”. Is there a way I can report this through vscode?

---

<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: [August 11, 2019, 3:05am UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/43 "2019-08-11T03:05:27Z")

</div>

It almost certainly already showed up in our crash reports 🙂

---

<div class="post-metadata">

### Author: ![JesperMartinsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jespermartinsson/32/34098_2.png) [@JesperMartinsson](https://discourse.julialang.org/u/JesperMartinsson)
#### Post date: [August 12, 2019, 2:41pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/44 "2019-08-12T14:41:01Z")

</div>

With 0.12.0 I am not able to interrupt the REPL. If I run my script hitting the f5 key (language-julia.executeJuliaFile) I’m not able to throw an InterruptException in the julia REPL using Ctrl+C. However, if I run a code block hitting Ctrl+Enter I am able to break the execution in REPL by Ctrl+C. Any idea what is going on?

If I downgrade to 0.11.6 it seems to work with Ctrl+C

---

<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: [August 12, 2019, 5:55pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/45 "2019-08-12T17:55:48Z")

</div>

Yeah, that is a side effect of the new execution model… Could you open an issue on github (if there isn’t one already) for this? I don’t have an idea what to do, but we might as well track it.

---

<div class="post-metadata">

### Author: ![tuckermcclure](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tuckermcclure/32/1187_2.png) [@tuckermcclure](https://discourse.julialang.org/u/tuckermcclure)
#### Post date: [August 12, 2019, 6:19pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/46 "2019-08-12T18:19:26Z")

</div>

I’m happy to be switching back to VS Code with this update. However, I’m also unable to use LaTeX completions in the editor now, though they work in the in-VS Code Julia terminal. Any ideas?

---

<div class="post-metadata">

### Author: ![tkoolen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tkoolen/32/1603_2.png) [@tkoolen](https://discourse.julialang.org/u/tkoolen)
#### Post date: [August 12, 2019, 8:24pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/47 "2019-08-12T20:24:03Z")

</div>

> [@tuckermcclure](#):
>
> Any ideas?

See discussion in this thread a few comments earlier.

---

<div class="post-metadata">

### Author: ![tuckermcclure](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tuckermcclure/32/1187_2.png) [@tuckermcclure](https://discourse.julialang.org/u/tuckermcclure)
#### Post date: [August 12, 2019, 8:37pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/48 "2019-08-12T20:37:50Z")

</div>

Thanks @tkoolen. You mean to use Fast Unicode Math Characters instead of relying directly on the VS Code extension for this? That sounds good. I saw those comments, but it sounded like people were saying, “I’m not having problems with this other extension” and not “the base VS Code extension isn’t working for me right now,”, though @davidanthoff did point out that it wasn’t as stable as it had been previously. I was just trying to provide a voice for the latter, to say that it’s not working at all for me. I could have been clearer. I’ll be happy to provide whatever info about my setup if that’s useful for anyone – it’s pretty much the defaults for VS Code + Julia.

However, yes, I just added this extension, and seconds later, I had my Greek characters back. Thanks!

---

<div class="post-metadata">

### Author: ![JesperMartinsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jespermartinsson/32/34098_2.png) [@JesperMartinsson](https://discourse.julialang.org/u/JesperMartinsson)
#### Post date: [August 12, 2019, 10:11pm UTC](https://discourse.julialang.org/t/vs-code-extension-v0-12-0-beta-release/25420/49 "2019-08-12T22:11:59Z")

</div>

Thank you David. There is already an issue regarding this:  
v0.12.0 beta Ctrl-C doesn’t interrupt Alt-Enter code [#767](https://github.com/julia-vscode/julia-vscode/issues/767)

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