diff --git a/README.md b/README.md index 3fb4e4b..7a6c7bd 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ Keywan Ghadami improved it to use DCD as a library. Now DCD is embedded into DlangIDE, and no separate executables are needed. +Importing of existing project +============================= + +DlangIDE supports only DUB project format. + +To import existing DUB project, use menu item "File" / "Open project or workspace" and select dub.json or dub.sdl of your project to import. + + Debugger support ================ diff --git a/views/VERSION b/views/VERSION index fff8e6b..35d3fa0 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.53 \ No newline at end of file +v0.7.54 \ No newline at end of file