You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
UPDATE:@jasonsanjose
At some point, maybe due to the addition of styleSheetAdded and styleSheetRemovedhttp://src.chromium.org/viewvc/blink/trunk/Source/devtools/protocol.json?r1=148993&r2=148994&, the inspector protocol began to report a stylesheet as removed after we push our incremental changes from Brackets. The removal means that CSSDocument and CSSAgent holds on to invalid styleSheetId values. Once the styleSheetId is out of sync, updates fail with the following error:
No style sheet with given id found, code: -32000
Original:
Hi, I am using Linux Ubuntu 13.10 with Bracket sprint 36
this problem has occurred just recently,I dont know why ...
but I when edit my CSS the live preview stops.
is there any solution for this ??
a week ago it was working perfectly.
I have also disabled my all extension, but still the problem is not solved.
UPDATE: @jasonsanjose
At some point, maybe due to the addition of
styleSheetAddedandstyleSheetRemovedhttp://src.chromium.org/viewvc/blink/trunk/Source/devtools/protocol.json?r1=148993&r2=148994&, the inspector protocol began to report a stylesheet as removed after we push our incremental changes from Brackets. The removal means thatCSSDocumentandCSSAgentholds on to invalidstyleSheetIdvalues. Once thestyleSheetIdis out of sync, updates fail with the following error:Original:
Hi, I am using Linux Ubuntu 13.10 with Bracket sprint 36
this problem has occurred just recently,I dont know why ...
but I when edit my CSS the live preview stops.
is there any solution for this ??
a week ago it was working perfectly.
I have also disabled my all extension, but still the problem is not solved.