Skip to content

Commit

Permalink
vscode: Add tasks label goto def extension settings
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Oct 6, 2023
1 parent 77cc1a9 commit 1e3c2ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"microhobby.vscode-tasks-label"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
],
"url": "./assets/json/tasks.schema.json"
}
],
"tasksLabel.includeFiles": [
"assets/tasks/common.json"
]
}

0 comments on commit 1e3c2ca

Please sign in to comment.