matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

Unable to write contents to file #2

Closed dawpud closed 2 years ago

dawpud commented 2 years ago

Any time this extension tries to write to the jsconfig.json file, it throws an error saying it is unable to write to the file. However, the file path has an extra /C: at the beginning so, the path is "/C:/c:/...". A screenshot is below: image Is there a setting that can be tweaked to change this file path? Thanks!

matheusccastroo commented 2 years ago

Hello, @dawpud! No, unfortunately that seems to be an issue on the path resolver for windows. Are you on Windows 10? Will check it here but probably only at the end of this week.

dawpud commented 2 years ago

Hey @matheusccastroo thanks for getting back to me! Yes, I am using windows 10.

matheusccastroo commented 2 years ago

@dawpud Just released version 1.1.5, it should fix this issue. Would you mind checking, please?

dawpud commented 2 years ago

@matheusccastroo So far, everything looks good. I am not getting the error anymore and I am getting confirmation that the extension successfully added packages to the jsconfig file. Thanks again!