doclin-dev / doclin

Server and VS Code Extension of Doclin
https://doclin.dev
GNU Affero General Public License v3.0
44 stars 22 forks source link

Fix filepath compability issue #139

Closed shawonibnkamal closed 1 month ago

shawonibnkamal commented 1 month ago

Description

Describe in detail what your pull request does and why.

Windows is using backward slash. Unix-like is using forward slash.

So when a thread is created on Windows, it is showing as outdated or Unix systems. And vice-versa.

Screenshots or screen recordings

How to test the change

Outline the steps to set up and validate the change.


Check this if your PR is ready to merge and a reviewer will merge when approved.