We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe24c46 commit 84a04e6Copy full SHA for 84a04e6
src/controllers/projectController.ts
@@ -148,7 +148,7 @@ async function scaffoldSimpleProject(context: ExtensionContext): Promise<void> {
148
const projectTypes: IProjectType[] = [
149
{
150
displayName: "No build tools",
151
- detail: "Create a project without any build tools",
+ detail: "Work with source code directly without any build tools",
152
metadata: {
153
type: ProjectType.NoBuildTool,
154
extensionId: "",
0 commit comments