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
Run the task and verify that two problems are created. Those two problems should both open the correct file when clicked on.
Try changing the "fileLocation" in the task to "absolute" and "relative" verify that only the expected problem correctly opens the file when clicked on.
Try removing the "location" from the problem matcher and instead having "kind": "file" and confirm that it still works and the expected files are clickable.
Try moving your Folder to another directory outside of the folder you have open. Change the "fileLocation" to ["autoDetect", <parent folder of Folder>]. Verify that the the problems are still clickable and go to the right file.
Note: You will accumulate a lot of problems doing this and they will not go away without a reload. This is expected since problems only clear if the exact same task is run and generates no problems.
The text was updated successfully, but these errors were encountered:
Complexity: 2
Ref: #449
Open or create a folder and create a new folder
Folder
within it. In the new folder, create a testfile.txt
with a few lines of text.Create a script file at the root of your open folder similar to this:
Windows (script.bat):
Linux, macOS (script.sh, make it executable):
Create a task:
Run the task and verify that two problems are created. Those two problems should both open the correct file when clicked on.
Try changing the
"fileLocation"
in the task to"absolute"
and"relative"
verify that only the expected problem correctly opens the file when clicked on.Try removing the
"location"
from the problem matcher and instead having"kind": "file"
and confirm that it still works and the expected files are clickable.Try moving your
Folder
to another directory outside of the folder you have open. Change the"fileLocation"
to["autoDetect", <parent folder of Folder>]
. Verify that the the problems are still clickable and go to the right file.Note: You will accumulate a lot of problems doing this and they will not go away without a reload. This is expected since problems only clear if the exact same task is run and generates no problems.
The text was updated successfully, but these errors were encountered: