-
Notifications
You must be signed in to change notification settings - Fork 221
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
Yaml Support server crashed 5 times in the last 3 minutes. #52
Comments
Should be fixed as of our 0.0.8 release! |
Works great, thanks @JPinkney |
Realize this issue was closed, but I am getting the same error as was reported previously ... /Users/****/.vscode/extensions/adamvoss.yaml-0.0.10/server/node_modules/vscode-json-languageservice/lib/services/jsonValidation.js:47 TypeError: Cannot read property 'forEach' of undefined TypeError: Cannot read property 'forEach' of undefined TypeError: Cannot read property 'forEach' of undefined TypeError: Cannot read property 'forEach' of undefined TypeError: Cannot read property 'forEach' of undefined |
Me too. Sometimes I encounter the
Environment: |
I'm getting the same as above, also! MacOS: 10.13.3
|
I get the same |
I'm getting a prompt at the top of VS Code, "The Yaml Support server crashed 5 times in the last 3 minutes. The server will not be restarted." if my yaml file contains an include, e.g.
customize: !include customize.yaml
Here's the output from the Yaml Support pane:
Unsupported feature, node kind: 5
C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:78
valueNode.location = key.value;
^
TypeError: Cannot set property 'location' of undefined
at recursivelyBuildAst (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:78:32)
at recursivelyBuildAst (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:64:36)
at recursivelyBuildAst (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:77:50)
at recursivelyBuildAst (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:64:36)
at createJSONDocument (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:153:17)
at yamlDocs.map.doc (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:179:49)
at Array.map (native)
at Object.parse (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\languageService\parser\yamlParser.js:179:38)
at validateTextDocument (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\server.js:283:37)
at Timeout.pendingValidationRequests.(anonymous function).setTimeout [as _onTimeout] (C:\Users\willh.vscode\extensions\redhat.vscode-yaml-0.0.7\node_modules\yaml-language-server\out\server\src\server.js:275:9)
[Info - 9:44:15 AM] Connection to server got closed. Server will restart.
The text was updated successfully, but these errors were encountered: