adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.26k stars 7.63k forks source link

Live preview will not work unless saved #12962 #12962

Closed amunim closed 7 years ago

amunim commented 7 years ago

I installed brackets 1.8 only 1 day ago and live preview is not working at all I have to save it to work I did not expected that.The only reason I installed brackets was live preview and the html file is not editing live And if I check live experimental preview then it gives the error

image

without live preview untitled

my developer console

image

ficristo commented 7 years ago

The error Error watching project root is quite worrisome. Do you have this same error every time you open a new project? Are you running on a Windows 32 bit? I'm not sure if related to your problem but can create instability and performance issues.

Do you have always that error Exception in ... when running LivePreview?

Zlind commented 7 years ago

Im getting the exact same errors and no live preview, running 32 bit vista

ficristo commented 7 years ago

@Zlind could you try this workaround https://github.com/adobe/brackets/issues/12918#issuecomment-261337603? It'll fix the first error.

Zlind commented 7 years ago

@ficristo This is what im getting now

https://i.sli.mg/SfU743.jpg

amunim commented 7 years ago

Guys congratulation it works on intel xdk now no need for brackets

ficristo commented 7 years ago

@Zlind there are two things that comes to my mind: your project is too big or you don't have .NET Framework 4.5 installed. Since 1.8 we are using https://github.com/Microsoft/vscode-filewatcher-windows which requires .NET.

PS: if you still have problems please open a new issue, is easier to track. PS2: you can drop images on Github instead of using 3th party sites.