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
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.
39
39
The linter output can be parsed by the `problemMatcher` to highlight issues directly in the code editor and list them in the problem panel.
40
40
41
41
You can use [`tasks.json`](tasks.json) to add the configuration in `O2Physics/.vscode/tasks.json`.
0 commit comments