X
X
Xakon2017-11-22 13:20:13
Visual Studio Code
Xakon, 2017-11-22 13:20:13

There is no ''New Project'' button in Microsoft Visual Studio Code. How to fix it?

I start the program.
I click on the file> (there is no new project button)
how to fix this ???

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Chernyakov, 2020-07-28
@Kubatai

In Microsoft Visual Studio Code, there will be no button to create a project. It's just a text editor with extensions. If you want to create a project, then you need to use the terminal.
For example, to create a .NET project:

  1. Create an empty folder
  2. Open folder in VS Code
  3. In the terminal section writedotnet new console

More details can be found here:
https://docs.microsoft.com/ru-ru/dotnet/core/tutor...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question