arnoudkooi / sn-scriptsync

Use sn-scriptsync in combination with SN Utils to be able to code in VS Code, including all benefits of a full fledged code editor
https://marketplace.visualstudio.com/items?itemName=arnoudkooicom.sn-scriptsync
Other
43 stars 28 forks source link

fix match on resourceFilename/Dirname #93

Closed sanderhahn closed 7 months ago

sanderhahn commented 10 months ago

Have debugged what is happening and the problem seems to be that resourceFilename has only the filename and resourceDirname contains the background part that you want to match on. Can ensure you that the keyboard shortcut isn't working on my computer without this adjustment (maybe you also have custom shortcuts configured in VSCode?).

sanderhahn commented 10 months ago

This intends to solve issue https://github.com/arnoudkooi/sn-scriptsync/issues/91