Skip to content

Commit 84a04e6

Browse files
authored
Better description for 'No build tools' when creating project (#314)
1 parent fe24c46 commit 84a04e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/projectController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function scaffoldSimpleProject(context: ExtensionContext): Promise<void> {
148148
const projectTypes: IProjectType[] = [
149149
{
150150
displayName: "No build tools",
151-
detail: "Create a project without any build tools",
151+
detail: "Work with source code directly without any build tools",
152152
metadata: {
153153
type: ProjectType.NoBuildTool,
154154
extensionId: "",

0 commit comments

Comments
 (0)