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

Sublime locks up on any file edits #177

Open
sparr opened this issue Oct 17, 2017 · 1 comment
Open

Sublime locks up on any file edits #177

sparr opened this issue Oct 17, 2017 · 1 comment

Comments

@sparr
Copy link

sparr commented Oct 17, 2017

When I open any javascript file and make an edit, or sometimes just when I open it, ST becomes nonresponsive. I can kill plugin_host to revive it, but then I have no plugins running. Disabling TernJS via Package Control makes the problem go away.

This gist contains an Apple error report taken during the problem: https://gist.github.com/sparr/38279738a6f5f4d8ade19a24563ad0df

@Xazzzi
Copy link

Xazzzi commented Oct 25, 2017

Having similar issue, tracked it down to webpack plugin.
Here what my .tern-project looks like:

{
	"libs": [
		"ecma5",
		"ecma6",
		"browser",
		"react"
	],
	"dontLoad": [
	    "./dist/**"
	],
	"plugins": {
		"webpack": {
			"configPath": "./webpack.config.js"
		}
	}
}

Initially, i have completion working (suggestions pop up on []. input), but it hangs editor on pretty much any import statement being typed (trying import mobx from 'mobx' it hangs on f in from).

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

2 participants