When I am using VScode Peek Definition to quickly view the definition of a function, a pop-up window displays that the path of the file where the function is defined is an absolute path D:\Test\vscodetest\swap, as indicated by the red box in the image. How can I set it to display an relative path \swap? The path of the workspace is D:\Test\vscodetest.
