# I tried to solve julia executable VScode problem

**URL:** https://discourse.julialang.org/t/i-tried-to-solve-julia-executable-vscode-problem/105455
**Category:** New to Julia
**Tags:** vscode
**Created:** [October 26, 2023, 7:31pm UTC](https://discourse.julialang.org/t/i-tried-to-solve-julia-executable-vscode-problem/105455 "2023-10-26T19:31:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Redmusk888](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/redmusk888/32/25498_2.png) [@Redmusk888](https://discourse.julialang.org/u/Redmusk888)
#### Post date: [October 26, 2023, 7:31pm UTC](https://discourse.julialang.org/t/i-tried-to-solve-julia-executable-vscode-problem/105455/1 "2023-10-26T19:31:20Z")

</div>

1.I’m windows 11  
2.i tried to solve julia executable problem so i follow the this page

[Could not start the julia language server in VS Code - Stack Overflow](https://stackoverflow.com/questions/41041938/could-not-start-the-julia-language-server-in-vs-code)  
and it get worse…when i add LanguageServer package

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

![image](https://global.discourse-cdn.com/julialang/original/3X/e/c/ec4081b533ceed6144edfa7f0d66c16c06645521.png)

---

<div class="post-metadata">

### Author: ![Zentrik](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/zentrik/32/35409_2.png) [@Zentrik](https://discourse.julialang.org/u/Zentrik)
#### Post date: [October 26, 2023, 9:21pm UTC](https://discourse.julialang.org/t/i-tried-to-solve-julia-executable-vscode-problem/105455/2 "2023-10-26T21:21:36Z")

</div>

I don’t think you should add LanguageServer package, the VSCode extension is supposed to handle that. I’m not sure it would even try to use the LanguageServer you installed.

As for you original error which I presume is `Could not start the julia language server. Make sure the configuration setting julia.executablePath points to the julia binary.`, I can’t help you there.

---

<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: [October 27, 2023, 12:23am UTC](https://discourse.julialang.org/t/i-tried-to-solve-julia-executable-vscode-problem/105455/3 "2023-10-27T00:23:09Z")

</div>

That stackoverflow page is pointing folks in all the wrong directions.

The best way to get things working on Windows 11 is:

1. Install Julia from the Windows Store.
2. Install VS Code.
3. Install the Julia extension from VS Code.
4. Configure nothing, do nothing else. Everything should just work. If it doesn’t, certainly don’t follow the steps in that stackoverflow article, almost everything in there doesn’t make sense 🙂
