Unclear process of creating a new project #25593
rgov
started this conversation in
UX and Design
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm confused too I have bunch of folders, I call together as project. I also make project level customizations and retain them across sessions using the persisted data in vs-code project/workspace files. How do I do it in Zed? Is there no such concept of project/workspace in Zed? Do I have to just manually remove my directories in the same Zed editor? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I want to start a new basic Python project. It will look like this:
I follow these steps:
Create a New Window.
Write some code.
Save the file, using the Save dialog to create a new
my-project
folder and save the current editor file asmain.py
.The Zed window indicates my project is called
main.py
rather thanmy-project
, and if I open the Project Panel, it showsmain.py
. If I right click on this and select New File, nothing happens.What is the correct workflow?
Beta Was this translation helpful? Give feedback.
All reactions