Skip to content
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

JSCS has timed out after waiting for 10000ms #3

Open
semicolin00 opened this issue Apr 22, 2016 · 8 comments
Open

JSCS has timed out after waiting for 10000ms #3

semicolin00 opened this issue Apr 22, 2016 · 8 comments

Comments

@semicolin00
Copy link

semicolin00 commented Apr 22, 2016

Following PluralSight tutorial and I get this error within brackets.

"JSCS has timed out after waiting for 10000ms"

I did some searching around couldn't figure out how to fix it.

I am posting here as a potential issue, because modifying the .jscsrc file to only have

{
    "excludeFiles": ["node_modules/**", "bower_components/**"],

    "requireCurlyBraces": [
        "if",
        "else",
        "for",
        "while",
        "do",
        "try",
        "catch"
    ]
}

fixes the problem. That is just a small snippet of the whole settings file, so I think this may be due to some other setting that is used in that file causing it to timeout?

Edit: I tried commenting out each setting one at a time, and it seemed to be fixed after commenting out

"disallowMultipleLineBreaks": true,

So I thought I found the issue. But, I tried changing one of my .js files to something that would error, and it gave this timeout issue again. I think it's just giving this timeout issue, any time it has to report an error? So it may not be an issue with these files.

@MerrittMelker
Copy link

I get the same issue.

@PStoner3
Copy link

Same issue with version 0.7.5 of JSCS for Brackets and Brackets version 1.7.0-16898

@danpickford
Copy link

Did anyone find a solution to this?

@tanushshukla
Copy link

Just guessing here but maybe it's because the extension is deprecated?

https://github.com/jscs-dev/node-jscs

@ForkInSpace
Copy link

Same issue, also doing pluralsight tuts

@pedy711
Copy link

pedy711 commented Oct 3, 2017

same here

@dastangoo
Copy link

I have the same problem.

@kareemwalid
Copy link

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants