You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
The zig binary currently provides the init command which will initialize a new zig project in a directory populating with some commented files. I would like to request a feature in vscode-zig where a command would be available that generates .vscode/tasks.jsonand .vscode/launch.json if they don't already exist. This feature would be useful since, as far as I understand, these files currently have to be manually created, which isn't straightforward, particularly for debugging tests in zig or even basic debugging.
The text was updated successfully, but these errors were encountered:
punowo
changed the title
Generation of Visual Studio Code launch.json and tasks.json
Feature Request: Command for generation of .vscode/tasks.json and .vscode/launch.json
Dec 17, 2023
Hello.
The
zig
binary currently provides theinit
command which will initialize a new zig project in a directory populating with some commented files. I would like to request a feature invscode-zig
where a command would be available that generates.vscode/tasks.json
and.vscode/launch.json
if they don't already exist. This feature would be useful since, as far as I understand, these files currently have to be manually created, which isn't straightforward, particularly for debugging tests in zig or even basic debugging.This incorporates: #30
The text was updated successfully, but these errors were encountered: