AutoLispExt
AutoLispExt copied to clipboard
I want to rename a project easily.
Is your feature request related to a problem? Please describe. Rename Project, this doesn’t seem to be possible in the current flow.
Describe the solution you'd like I want to rename a project easily.
Describe alternatives you've considered No.
Additional context From: Lee Ambrosius
Use a Workspace instead. The Workspace is saved not in a PRJ file, but in a .code-workspace file. The Workspace name is the file's name, for example TEST.code-workspace. To change the Workspace name use the Explorer's contextual menu RENAME option and change the TEST string to whatever you wish.
For more context for Workspace vs. project see #9