Fix some vscode extension template bugs
This commit is contained in:
@@ -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"]);
|
||||
|
Reference in New Issue
Block a user