os: win10 x64
vscode: 1.12.2
vetur: 0.7.0



Try creating a tsconfig/jsconfig that only includes your source code.

扩展主机意外终止。请重新加载窗口以恢复。(extension host crashed,reload to restore)
重新加载窗口(reload windows)
CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
I didn't have time to check the cpu & memory。
But I think it is the same reason that lead to this crashed
similar to https://github.com/octref/vetur/issues/229
I don't have tsconfig.json/jsconfig.json .
Will the config appear in the extension default ?
I have the same problem...
also run into this problem.
OS: macOS Sierra 10.12.5
VScode: 1.13.1
vetur: 0.7.0
Works fine before 1.13.1 update
Is there any project where you could share with me as a repro case?
It's a company project, Is any one can supply one?
Wish can be solved as possible
Like I said, try creating a jsconfig.json / tsconfig.json at the root of the repo and only includes your frontend code (vue / js files).
I created a jsconfig.json at the root of the repo , is that right?

I am not sure if this file will solve this problem .
if it's ok , I'll close this issue.
@gengxuelei Did it work for you?
It seems ok
@gengxuelei i've got same problem as you even i already got jsconfig file in my project, until i add complierOptions and exclude option like you , thanks
Same problem, since last update :-1:
Creating jsconfig.json changes nothing.
vetur0.9.3,vscode1.14.2 error again
Then please open a new issue with reproduction steps otherwise I can't help you.
Most helpful comment
Same problem, since last update :-1:
Creating
jsconfig.jsonchanges nothing.