diff --git a/src/kiss/Main.hx b/src/kiss/Main.hx index 0c18965..8470adb 100644 --- a/src/kiss/Main.hx +++ b/src/kiss/Main.hx @@ -215,6 +215,7 @@ class Main { var makeFileForNewProject:haxe.Constraints.Function = _makeFileForNewProject.bind(kissVscodeApiLibPath, _, workingDir, title, pkg); var makeFolderForNewProject:haxe.Constraints.Function = _makeFolderForNewProject.bind(kissVscodeApiLibPath, _, workingDir, title, pkg); makeFolderForNewProject(["src"]); + makeFolderForNewProject([".vscode"]); makeFileForNewProject([".gitignore"]); makeFileForNewProject([".vscodeignore"]); makeFileForNewProject(["README.md"]);