-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue Report: Not compiling any .scss files in VS Code #322
Comments
Sorry for the delay. Yeah, very strange! Like you said there wasn't a release on the Friday. Some thoughts:
|
Well now THAT'S interesting. This is local development but it's on the network using UNC. What's interesting is that when I map the network path to an actual drive letter, it works. But when I go back to UNC and edit the same exact file, I get that error. Yes, it works perfectly on a local drive. The other very odd thing about it is, I have been using UNC for 4+ years doing development here and have never had a problem (mapping a drive letter breaks our Git repo) until I wrote this issue report. I am at a total complete loss as to why this happened all of a sudden. None of the paths have changed, and nobody uses a Mac here so there aren't any shadow or hidden files created as a result. I also went into Git BASH and ran sass manually using the same exact UNC path and it worked just fine. Is there any kind of setting that I can add or change in this case, to perhaps tell it to look at this complete pathway? Should I be using double back/forward slashes or anything? I'm so utterly clueless as to what to do at this point. Thank you so much for your help. P.S. This has been the greatest extension EVER, and I will be forever singing its praise regardless of how my situation works out! |
Thanks for the info This, and other issues, make me think I might need to move away from I think all this would make it a breaking change as the switch may have undue consequences (like breaking certain glob patterns). If I were to eventually get an alpha release, would you be willing to test? Also, did you try rolling back? Just in case an update was delayed and installed later? |
I absolutely would be willing to test that - whatever I can do to help! I actually did not roll back the extension itself, but I will do that to see if that changes anything. Come to think of it now... There was something that I noticed at the time: Thank you! |
Okay, so to update, reverting to Please let me know if there is anything else I can do to help. Thanks! |
Came here to say i have the same Issue with network drive. also reverted back to v6.1.0 to make it work. |
Turns out that |
### Fixed - File resolution in network drives on windows is working again; after break in v6.1.1. Closes [#323](#323) ### Updated - `fdir` to `6.1.1` [Changelog][cl:fd] - `picomatch` to `3.0.1` [Changelog][cl:pm] [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
# 6.1.2 - 2023-11-22 <small>[Compare to previous release][comp:6.1.2]</small> ### Fixed - Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](#322) ### Updated - `sass` to `1.69.5` [Changelog][cl:sa] - `fdir` to `6.1.1` [Changelog][cl:fd] - `picomatch` to `3.0.1` [Changelog][cl:pm] - `postcss` to `8.4.31` [Changelog][cl:pc] - `autoprefixer` to `10.4.16` [Changelog][cl:ap] - Various dev dependency updates _(nothing user facing)_ [comp:6.1.2]: v6.1.1...v6.1.2 [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
# 6.1.2 - 2023-11-22 <small>[Compare to previous release][comp:6.1.2]</small> ### Fixed - Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](#322) ### Updated - `sass` to `1.69.5` [Changelog][cl:sa] - `fdir` to `6.1.1` [Changelog][cl:fd] - `picomatch` to `3.0.1` [Changelog][cl:pm] - `postcss` to `8.4.31` [Changelog][cl:pc] - `autoprefixer` to `10.4.16` [Changelog][cl:ap] - Various dev dependency updates _(nothing user facing)_ [comp:6.1.2]: v6.1.1...v6.1.2 [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
UNEXPECTED ERROR
Machine & Versions
Installed Extensions
- vscode.debug-auto-launch (1.0.0)
- vscode.emmet (1.0.0)
- vscode.git (1.0.0)
- vscode.git-base (1.0.0)
- vscode.github (0.0.1)
- vscode.github-authentication (0.0.2)
- vscode.html-language-features (1.0.0)
- vscode.json-language-features (1.0.0)
- vscode.merge-conflict (1.0.0)
- vscode.microsoft-authentication (0.0.1)
- ms-vscode-remote.remote-wsl-recommender (0.0.19)
- vscode.typescript-language-features (1.0.0)
- eamodio.gitlens (14.2.1)
- glenn2223.live-sass (6.1.1)
- HookyQR.beautify (1.5.0)
- olback.es6-css-minify (3.3.3)
LOG:
=======================
Issue:
Nothing is compiled when updating & saving any
*.scss
partials or main files in VS Code.Output messages claim the files are excluded in settings, but there are no exclusions:
The file has not been compiled as it's excluded by user settings
Steps taken:
settings.json
fileexcludeList
as well as all otherliveSassCompile
settingscompileOnWatch
to true does not produce any resultsincludeItems
after theexcludeList
to no avail:Details:
When saving:
Command called: "liveSass.command.debugInclusion"
Command called: "liveSass.command.debugFileList"
settings.json
The text was updated successfully, but these errors were encountered: