Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt-core: Add new project and file creation feature #6

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

benchoq
Copy link
Collaborator

@benchoq benchoq commented Jan 3, 2025

Added two commands for creating a new project and file. Included an input UI to gather a name from the user. After receiving a name, qtcli is executed in the terminal to get additional inputs.

The qtcli binary is searched in the current directory, system path, and the extensions's res/qtcli folder.
The qtcli binary name is expected to start with qtcli_, followed by the platform identifier (windows, macos, or ubuntu).

Task-number: VSCODEEXT-22

Copy link
Collaborator

@OrkunTokdemir OrkunTokdemir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added just one comment about opening settings apart from that LGTM.

qt-core/src/qtcli/commands.ts Outdated Show resolved Hide resolved
qt-core/src/qtcli/runner.ts Show resolved Hide resolved
@benchoq benchoq force-pushed the ben_0102_qtcli_ui branch from b633c54 to 35c3dff Compare January 6, 2025 13:17
Added two commands for creating a new project and file.
Included an input UI to gather a name from the user.
After receiving a name, `qtcli` is executed in the terminal to get
additional inputs.

The qtcli binary is searched in the current directory, system path,
and the extensions's res/qtcli folder.
The qtcli binary name is expected to start with `qtcli_`,
followed by the platform identifier (`windows`, `macos`, or `ubuntu`).

Task-number: VSCODEEXT-22
@benchoq benchoq force-pushed the ben_0102_qtcli_ui branch from 35c3dff to 1fd789b Compare January 6, 2025 13:45
@benchoq benchoq merged commit 2f1ab8b into qt-labs:dev Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants