# Mouse-over popout from inline result in VSCode is tiny

**URL:** https://discourse.julialang.org/t/mouse-over-popout-from-inline-result-in-vscode-is-tiny/76028
**Category:** General Usage
**Tags:** vscode
**Created:** [February 8, 2022, 2:58pm UTC](https://discourse.julialang.org/t/mouse-over-popout-from-inline-result-in-vscode-is-tiny/76028 "2022-02-08T14:58:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TheLateKronos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thelatekronos/32/12824_2.png) [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)
#### Post date: [February 8, 2022, 2:58pm UTC](https://discourse.julialang.org/t/mouse-over-popout-from-inline-result-in-vscode-is-tiny/76028/1 "2022-02-08T14:58:50Z")

</div>

I installed VSCode on another machine (Linux). I logged in, and synchronized stuff (settings etc.) from my profile. On this new machine, the pop-out when mousing over inline results was tiny.

When I got back to my main machine (Windows), the problem had occurred there as well! I have no idea what causes it.

See the gif below to see what I am on about:  
 ![Code_WPkwjNFkMK](https://global.discourse-cdn.com/julialang/original/3X/c/3/c3ae3df9074f9ed0942f5e8fcbb74252ec7bab7a.gif)

Anyone who knows what might be up?

---

<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: [February 8, 2022, 3:00pm UTC](https://discourse.julialang.org/t/mouse-over-popout-from-inline-result-in-vscode-is-tiny/76028/2 "2022-02-08T15:00:35Z")

</div>

That’s a bug with VS Code 1.64 (their markdown parsing changed) and will be fixed with a new version of the extension (which should be out in a few hours).

---

<div class="post-metadata">

### Author: ![TheLateKronos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thelatekronos/32/12824_2.png) [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)
#### Post date: [February 8, 2022, 3:03pm UTC](https://discourse.julialang.org/t/mouse-over-popout-from-inline-result-in-vscode-is-tiny/76028/3 "2022-02-08T15:03:06Z")

</div>

Cool! Thanks for the extremely quick response 🙂
