-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unhandled promise rejections when changing branch with missing files #39
Comments
I'm getting similar error as above in the Output tab. I'm not sure, but i have opinion the last update of vscode (April update) broke this plugin. OUTPUT: Less IntelliSense v0.6.2 |
Thanks for Issue. I'll work on this very soon. |
@kevinbeal, @jkondela, Please, try to use this version of plugin. I'm fix some problems and add debug parameters for catch errors. just try your cases and report the error to this issue. https://github.com/mrmlnc/vscode-less/releases/tag/0.6.3 ( How to install this version:
|
@mrmlnc After reinstall from .vsix I'm getting the same error + some debug, but nothing more.
New log: [Error - 9:35:46] [object Object] Update: |
@mrmlnc After installing the It worked for me :) 👍 |
I spoke too soon. I'm also getting the I'm not sure exactly when it happened, but I had a .less file open. I think having a .less file open was necessary to reproduce the error..? |
Hello, I'm will be work on this issue today. You can provide more detailed steps to reproduce your issue? As I understand your steps:
Also I think that the |
I have tried this on my personal computer with clean install vscode-less a it is working properly. Also when I have switched branches. That's so weird. |
Please, try to use |
Ok, I tried to use new version from market and now I'm getting in OUTPUT tab 2 more lines And in developer console is this error. I hope it helps.
|
Well, most likely now error related to one of providers (completion and etc.) or parser. You can provide GIF for your case or/and your file (for reproduce error)? Also you can set P.S.: In |
This doesn't appear to be breaking any functionality, the "OUTPUT" log pops up with messages like this:
The file at
/Users/kevin/engine/vars.less
is on the branch I'm moving away from and not in the branch I'm moving to.I'm on 1.12.1 of VSCode and 0.6.2 of vscode-less (if that matters).
I'm not really sure what upgrading to a new Node.js will do to the extension or the editor, but it sounds bad.
The text was updated successfully, but these errors were encountered: