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
Description:
The above code defines a task in the tasks.json file and then refers to that task by name (label) in the settings.json file.
Whenever a ts file is saved in the src directory the task, run Bun is called. The task name is case sensitive.
The text was updated successfully, but these errors were encountered:
velara3
changed the title
Add third example in code block
Suggestion: Add more documentation with the code example
Oct 24, 2024
In this section maybe add another example (one provided below):
settings.json:
.vscode/tasks.json:
Description:
The above code defines a task in the
tasks.json
file and then refers to that task by name (label) in thesettings.json
file.Whenever a
ts
file is saved in thesrc
directory the task,run Bun
is called. The task name is case sensitive.The text was updated successfully, but these errors were encountered: