We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a8ee3 commit ad18b7fCopy full SHA for ad18b7f
fortls/jsonrpc.py
@@ -22,7 +22,7 @@
22
def path_from_uri(uri):
23
# Convert file uri to path (strip html like head part)
24
if not uri.startswith("file://"):
25
- return uri
+ return os.path.abspath(uri)
26
if os.name == "nt":
27
_, path = uri.split("file:///", 1)
28
else:
0 commit comments