# VS Code Environment

**URL:** https://discourse.julialang.org/t/vs-code-environment/38203
**Category:** VS Code
**Created:** [April 25, 2020, 8:14pm UTC](https://discourse.julialang.org/t/vs-code-environment/38203 "2020-04-25T20:14:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mthelm85](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mthelm85/32/224164_2.png) [@mthelm85](https://discourse.julialang.org/u/mthelm85)
#### Post date: [April 25, 2020, 8:14pm UTC](https://discourse.julialang.org/t/vs-code-environment/38203/1 "2020-04-25T20:14:25Z")

</div>

Since updating to 1.4.1, I get this when opening a project in VS Code:

![environment](https://global.discourse-cdn.com/julialang/original/3X/c/6/c60d2c2d748341e103aa9bcb102e82af73878d4a.png)

So I have to manually switch to the environment of the project I’m opening. In the bottom left, `Julia env:` is just blank but it used to automatically switch to the project environment and would show `Julia env: MyProject`, for example. I actually reinstalled Julia/VS Code and the extension but it’s still doing this.

I’m hoping @davidanthoff or someone else can tell me how to get things back on track.

Thanks!

---

<div class="post-metadata">

### Author: ![mthelm85](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mthelm85/32/224164_2.png) [@mthelm85](https://discourse.julialang.org/u/mthelm85)
#### Post date: [April 25, 2020, 8:23pm UTC](https://discourse.julialang.org/t/vs-code-environment/38203/2 "2020-04-25T20:23:06Z")

</div>

Well, once again I’ve posted too soon. All I had to do was go to `File`, then `Preferences`, and find the `Julia: Environment Path` setting, right-click the little cog that appears next to it and choose the option `Reset Setting`.
