-1

when I add my folder in visual studio workspace, it create me new file(index.code-workspace)and when I delete it then my folder

Evgen Lin
  • 1
  • 1
  • Welcome to Stack Overflow. Please read these posts: [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask), [Welcome to Stack Overflow](https://stackoverflow.com/tour). – Sercan Dec 21 '21 at 21:15
  • Does this answer your question? [What is a 'workspace' in Visual Studio Code?](https://stackoverflow.com/questions/44629890/what-is-a-workspace-in-visual-studio-code) – Sercan Dec 21 '21 at 21:15

1 Answers1

0

Creating a workspace in Visual Studio Code Editor creates a JSON file named *.code-workspace. This JSON file is used to automatically restore all workspace settings in case you create a multi-root workspace.

References
Sercan
  • 4,739
  • 3
  • 17
  • 36
  • uh... ok... thx ! can i delete this and it has a big impact on my project? – Evgen Lin Dec 21 '21 at 21:16
  • I think it is necessary for you to stay here for a while to learn the flow, to learn the developments that will happen. – Sercan Dec 21 '21 at 21:17
  • After expressing your problem more clearly, you need to share your problem by warning certain patterns. If the answer to the question you shared is available in another post, users will mark your question as duplicate. I recommend following this pattern when creating a post: `1` tools used, programming method and other general information. `2` your intended target point in the project. `3` sample codes. `4` explaining, reporting the error and expressing the request for help. `5` screenshots of the problem. – Sercan Dec 21 '21 at 21:23