Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalizing paths generated to make plugin OS independent. #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Rlaks10
Copy link

@Rlaks10 Rlaks10 commented Feb 20, 2024

Currently the vscode plugin works only on unix or linux based system. This fixes it by using path seperator module and uri module to extract or generate paths.

package.json Outdated
@@ -231,6 +231,7 @@
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.7",
"esbuild": "^0.15.16",
"git-user-name": "^2.0.0",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. This change is not relevant.

@@ -14,6 +14,7 @@
"url": ""
},
"dependencies": {
"git-user-name": "^2.0.0",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. This change is not relevant.

@haiyangToAI
Copy link
Contributor

Hi @Rlaks10,

I have created a PR #44 to support windows. Since I don't have a windows machine, can you please test it to see if it works on windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants