# New file options in VS Code drop-down menu

**URL:** https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222
**Category:** VS Code
**Created:** [April 28, 2022, 4:48pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222 "2022-04-28T16:48:49Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![chadagreene](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chadagreene/32/34924_2.png) [@chadagreene](https://discourse.julialang.org/u/chadagreene)
#### Post date: [April 28, 2022, 4:48pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/1 "2022-04-28T16:48:49Z")

</div>

Does anyone know, is it a bug or something wrong with my VS Code installation that causes two entries for **New File** in VS Code File drop-down menu?

![Screen Shot 2022-04-28 at 9.44.46 AM](https://global.discourse-cdn.com/julialang/original/3X/1/6/16d10394223ed763a48e3da45e395b824742b4ca.png)

---

<div class="post-metadata">

### Author: ![tbeason](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tbeason/32/15898_2.png) [@tbeason](https://discourse.julialang.org/u/tbeason)
#### Post date: [April 28, 2022, 4:49pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/2 "2022-04-28T16:49:44Z")

</div>

Not a bug. They do different things.

---

<div class="post-metadata">

### Author: ![chadagreene](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chadagreene/32/34924_2.png) [@chadagreene](https://discourse.julialang.org/u/chadagreene)
#### Post date: [April 28, 2022, 4:53pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/3 "2022-04-28T16:53:37Z")

</div>

Yes, most of the options in all of the drop-down menus do different things, and that’s why they have different names. So why do these two options that do different things have the same names?

---

<div class="post-metadata">

### Author: ![tbeason](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tbeason/32/15898_2.png) [@tbeason](https://discourse.julialang.org/u/tbeason)
#### Post date: [April 28, 2022, 4:56pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/4 "2022-04-28T16:56:56Z")

</div>

You asked if it was a bug or something wrong with your installation. The answer is no.

I cannot speak to why they have those labels. I would say the “…” implies different enough behavior, so I would not consider them as having the same name. But the VS Code devs & maintainers would be the better people to ask about that.

FWIW I always use Ctrl+N to make a new file, which I guess corresponds to the first option.

---

<div class="post-metadata">

### Author: ![chadagreene](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chadagreene/32/34924_2.png) [@chadagreene](https://discourse.julialang.org/u/chadagreene)
#### Post date: [April 28, 2022, 5:03pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/5 "2022-04-28T17:03:05Z")

</div>

Interesting interpretation! I read the “…” to mean “This option is still under construction.” I was wondering if perhaps it was a temporary placeholder name that somehow got shipped out by accident. I certainly can’t imagine anyone would _intentionally_ give two options the same name.

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [April 28, 2022, 8:24pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/6 "2022-04-28T20:24:43Z")

</div>

Well, New File… displays a dialog before creating a new file where you can select for example Jupyter Notebooks as file type.  
The entry New File just creates a new file…  
Three dots for a menu entry that displays a Dialog is quite standard…

---

<div class="post-metadata">

### Author: ![chadagreene](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chadagreene/32/34924_2.png) [@chadagreene](https://discourse.julialang.org/u/chadagreene)
#### Post date: [April 28, 2022, 8:31pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/7 "2022-04-28T20:31:04Z")

</div>

> [@ufechner7](#):
>
> The entry New File just creates a new file…

Not sure if you’re joking, but you just said `New File` creates a `new file...` 😁

---

<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: [April 29, 2022, 3:21pm UTC](https://discourse.julialang.org/t/new-file-options-in-vs-code-drop-down-menu/80222/8 "2022-04-29T15:21:17Z")

</div>

Seems like this is going to be better disambiguated in 1.67:  
 ![image](https://global.discourse-cdn.com/julialang/original/3X/4/7/47a2892176e679c49f5103022e13b7add413bc5c.png)
