Closed pwolfrum closed 7 months ago
@pwolfrum yes i would like to help you. I because i don't have access to a windows system i did never try it there. Can you give me a sample file ? I would like to check the saved paths.
@pwolfrum this should work now in version 0.0.37. sorry for the long delay but i had to find a windows to fix it.
Thanks a lot for fixing this! And sorry I overlooked your question in December!
Regards, Philipp
Am Mi., 10. Apr. 2024 um 12:11 Uhr schrieb Benjamin Hofstetter < @.***>:
Closed #69 https://github.com/zazuko/vscode-sparql-notebook/issues/69 as completed.
— Reply to this email directly, view it on GitHub https://github.com/zazuko/vscode-sparql-notebook/issues/69#event-12419422282, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEBQWCX4TKHQRRM27ZAPFSTY4UF4HAVCNFSM6AAAAAA7P72FSKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGQYTSNBSGIZDQMQ . You are receiving this because you were mentioned.Message ID: @.*** com>
I loaded a sparql query from xyz.rq to a notebook cell. Executing the cell and displaying the retrieved content works fine. When I save the notebook, it should automatically save all connected .rq files.
It tries to do this and replies with "Error writing file: xyz.rq: NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open 'C:\xyz.rq'"
Very strange it is trying to save to C:\, althoug both the notebook and xyz.rq reside in differnt directories (to which VSCode can write)
Would be great if you could help me solve this problem!