-
Notifications
You must be signed in to change notification settings - Fork 170
Watch My sass *Extension host terminated unexpectedly #53
Comments
Same like @razor-rich85 |
same here ... @razor-rich85 @harveylee0307 any solution? |
I'm not sure. Just a give a try. Try to connect to the internet and then open the vscode. Let me know it fixes or not. |
in my case one @import file was not found... |
Please can you confirm that, if you delete the extension from |
Hi, @harveylee0307 I can confirm that your problem is for Image preview Extension. The exception is throwing the extension. Let me know others feedback @razor-rich85 , @kgansberger |
Have the same issue when I edit the main scss file. |
Have the same issue
|
Image preview caused unexpected shutdown error for other extensions too. Has someone reported the problem to Image Preview author? |
+1 |
Same issue here. It happens when I open a scss file that contains relative import paths that cannot be resolved (e.g.: It seems to be related with sergiirocks/vscode-ext-color-highlight but that extension works well on it's own. C:\Users\{user}\.vscode\extensions\ritwickdey.live-sass-3.0.0\node_modules\sasslib\sass.sync.js:61
var Module=typeof Module!=="undefined"?Module:{};var moduleOverrides={};var key;for(key in Module)
{if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}Module["arguments"]=
[];Module["thisProgram"]="./this.program";Module["quit"]=(function(status,toThrow){throw
toThrow});Module["preRun"]=[];Module["postRun"]=[];var ENVIRONMENT_IS_WEB=false;var
ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var
ENVIRONMENT_IS_SHELL=false;if(Module["ENVIRONMENT"]){if(Module["ENVIRONMENT"]==="WEB")
{ENVIRONMENT_IS_WEB=true}else if(Module["ENVIRONMENT"]==="WORKER")
{ENVIRONMENT_IS_WORKER=true}else if(Module["ENVIRONMENT"]==="NODE")
{ENVIRONMENT_IS_NODE=true}else if(Module["ENVIRONMENT"]==="SHELL")
{ENVIRONMENT_IS_SHELL=true}else{throw new Error("Module['ENVIRONMENT'] value is not valid. must
be one of: WEB|WORKER|NODE|SHELL.")}}else{ENVIRONMENT_IS_WEB=typeof
window==="object";ENVIRONMENT_IS_WORKER=typeof import
Error: Import "../../styles/olors" could not be resolved.
at File.load (C:\Users\{user}\.vscode\extensions\naumovs.color-highlight-2.3.0\dist\extension.js:5968:19)
at C:\Users\{user}\.vscode\extensions\naumovs.color-highlight-2.3.0\dist\extension.js:5974:48
at FSReqWrap.isFd [as oncomplete] (fs.js:182:21) |
The extension crashes when I try to import a file with @import, just one letter is needed. |
Uninstall VsCode and try. I was getting same issue. After Re-installation it has been fixed. |
thank you :)
בתאריך יום ב׳, 20 באפר׳ 2020 ב-12:42 מאת Manda <
[email protected]>:
… Uninstall VsCode and try. I was getting same issue. After Re-installation
it has been fixed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBXRCC3ZWDH7Q5JG7RJKM3RNQKH3ANCNFSM4EYHE7PQ>
.
|
Thank you! disabling that extension fixed the issue for me. It was really starting to drive me crazy. |
Been using the extension for about 4-5 hours with no issue. Suddenly my watch my sass stopped watching and produced the error "Extension host terminated unexpectedly" heres the error report.
[Extension Host] debugger inspector at %cC:\Users\Whos Your Daddy.vscode\extensions\ritwickdey.live-sass-1.3.0%c\node_modules\sasslib\sass.sync.js:61
var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleO%cverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRON%cMENT_IS_SHELL=false;if(Module["ENVIRONMENT"]){if(Module["ENVIRONMENT"]%c==="WEB"){ENVIRONMENT_IS_WEB=true}else if(Module["ENVIRONM%cENT"]==="WORKER"){ENVIRONMENT_IS_WORKER=true}else if(Module%c["ENVIRONMENT"]==="NODE"){ENVIRONMENT_IS_NODE=true}else i%cf(Module["ENVIRONMENT"]==="SHELL"){ENVIRONMENT_IS_SHELL=true%c}else{throw new Error("The provided Module['ENVIRONMENT']%c value is not valid. It must be one of: WEB|WORKER|N%cODE|SHELL.")}}else{ENVIRONMENT_IS_WEB=typeof window==="object";ENVIR%cONMENT_IS_WORKER=typeof importScripts==="function";ENVI%cRONMENT_IS_NODE=typeof process==="object"&&typeof req%cuire==="function"&&!ENVIRONMENT_IS_WE
Disabled, reloaded, uninstalled and reinstalled - error still present.
many thanks
The text was updated successfully, but these errors were encountered: