Skip to content

Commit 9b515be

Browse files
committed
Add link to the task configuration
1 parent 08c5b4f commit 9b515be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/o2linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example: `python3 Scripts/o2_linter.py $(find . -path ./.git -prune -o -type f)`
3535

3636
### In Visual Studio Code
3737

38-
The linter can be executed from Visual Studio Code editor as the default test task to lint the currently opened file.
38+
The linter can be executed from Visual Studio Code editor as [the default test task](https://code.visualstudio.com/docs/debugtest/testing#_task-integration) to lint the currently opened file.
3939
The linter output can be parsed by the `problemMatcher` to highlight issues directly in the code editor and list them in the problem panel.
4040

4141
You can use [`tasks.json`](tasks.json) to add the configuration in `O2Physics/.vscode/tasks.json`.

0 commit comments

Comments
 (0)