wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
262 stars 40 forks source link

Use custom os.Open fork to prevent locking on Windows #1016

Closed alanhamlett closed 5 months ago

alanhamlett commented 5 months ago

Forks os.Open on Windows and adds sharemode syscall.FILE_SHARE_DELETE.

Might fix https://github.com/wakatime/visualstudio-wakatime/issues/152