Replies: 2 comments
-
|
The ActionScript: Create New Project command is meant to be used for, well… new projects only. So that's why it complains that the folder is not empty. It's trying to prevent you from overwriting any files that might already exist. This command is designed to start completely from scratch, and it's there to hopefully make things a little more convenient when all you have is an empty folder. If there's a .git sub-folder, it's not considered empty. I guess that I would probably never overwrite anything in .git, so maybe that could be added as an exception, but then I would need to be adding similar exceptions for every SCM system out there that adds its own special folder similar to .git. That doesn't feel right to me. If you have an existing project that you want to import into vscode-as3mxml, you can use either File -> Open Folder or File -> Add Folder to Workspace. Then, you can proceed in one of the following ways:
So I guess the tweak that you'll need to make to your workflow is to start by creating the project in a truly empty folder. Then, run |
Beta Was this translation helpful? Give feedback.
-
|
I guess you're about right. I should go for writing my own |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this workflow, which does make sense in my head:
Well. For the love of God, I cannot make this work using your extension.
.gitfolder in-there.srcfolder, and try to create there an ActionSscript library project, your extension does proceed, but:srcfor parent.It is such a nightmare and a struggle each time I try to set up a new library as part of my workspace project. It is pretty much a struggle also when I start a new project/workspace. Tell me: am I an idiot? Because I am ready to accept that. But I cannot find a way to build an understanding around the mental model you used when you created this thing.
Thank you, and I appreciate any help you are willing to share.
Claudius
Beta Was this translation helpful? Give feedback.
All reactions