microsoft / SynapseVSCode

this is the repo of the Synapse VS Code extension for Microsoft Fabric
MIT License
22 stars 4 forks source link

merge tool shows file not found when submitting merge #31

Open mirronelli opened 2 months ago

mirronelli commented 2 months ago

After deciding which changes to keep in merge tool I press the Merge Notebook button.

Following error is displayed: Error: ENOENT: no such file or directory, open 'home/MYUSERNAME/notebooks/GUID/SynapseNotebook/ANOTHER_GUID/.artifact-info'

Notice the lack of a slash at start of the path. Such file in deed does not exist relatively to current folder, however it does exist on an absolute path /home/MYUSERNAME/notebooks/GUID/SynapseNotebook/ANOTHER_GUID/.artifact-info.

Is this an omission in code or do i have something wrongly configured?

mirronelli commented 2 months ago

Is it maybe, because I run on wsl instead of windows? Is there any possibility to send you logs for troubleshooting?