# Julia:master Failed to precompile VSCodeServer -\> LoadError: UndefVarError: \`Slot\` not defined

**URL:** https://discourse.julialang.org/t/julia-master-failed-to-precompile-vscodeserver-loaderror-undefvarerror-slot-not-defined/95624
**Category:** VS Code
**Created:** [March 6, 2023, 5:51pm UTC](https://discourse.julialang.org/t/julia-master-failed-to-precompile-vscodeserver-loaderror-undefvarerror-slot-not-defined/95624 "2023-03-06T17:51:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ndinsmore](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ndinsmore/32/7433_2.png) [@ndinsmore](https://discourse.julialang.org/u/ndinsmore)
#### Post date: [March 6, 2023, 5:51pm UTC](https://discourse.julialang.org/t/julia-master-failed-to-precompile-vscodeserver-loaderror-undefvarerror-slot-not-defined/95624/1 "2023-03-06T17:51:03Z")

</div>

I know that there is an issue for this already [failing to precompile VSCodeServer on nightly: `LoadError: UndefVarError: Slot not defined` · Issue #3223 · julia-vscode/julia-vscode · GitHub](https://github.com/julia-vscode/julia-vscode/issues/3223)

But has anyone managed to find the workaround for this yet?

---

<div class="post-metadata">

### Author: ![ndinsmore](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ndinsmore/32/7433_2.png) [@ndinsmore](https://discourse.julialang.org/u/ndinsmore)
#### Post date: [March 6, 2023, 8:38pm UTC](https://discourse.julialang.org/t/julia-master-failed-to-precompile-vscodeserver-loaderror-undefvarerror-slot-not-defined/95624/2 "2023-03-06T20:38:53Z")

</div>

The workaround that seems to work for me is

```julia
cd ~/.vscode/extensions/julialang.language-julia-1.41.1/scripts/packages
rm -rf JuliaInterpreter
git clone git@github.com:JuliaDebug/JuliaInterpreter.jl.git ./JuliaInterpreter/

```
