adamvoss.yaml is unpublished from Marketplace
https://marketplace.visualstudio.com/items?itemName=adamvoss.yaml
The one by Redhat is most popular (with 1.6M installs)
https://marketplace.visualstudio.com/search?term=YAML&target=VSCode
VSCode shows the following error with adamvoss.yaml recommendation:

<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->
<!-- Please remember to update CHANGELOG.md in the root of the project if you have not done so. -->
## Summary
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
## Test plan
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
* Format md files with prettier
* Format even more markdown
* Fix escaping of .
* Don't use prettier on readme.md
* Use prettier@1.8.1
* Prettify moar files
* Remove redundant prettier options from vscode settings
* Format with prettier 1.8.2
* chore(vscode): ease flow usage
Following https://github.com/flowtype/flow-for-vscode#setup they recommend setting `"javascript.validate.enable": false` in workspace settings, otherwise I get errors like "... can only be used in a .ts file".
As I am new to flow and vscode I might be wrong, let me know vscode users contributing to Jest how it works for you today?
* Update settings.json
* Improves the terse messages in jest-editor
* Adds a note about wording for jest-editor inside a test that matches the error it is implicity relying on
* Adds a note about wording for jest-editor inside a test that matches the error it is implicity relying on
* Adds babylon support for parsing test files
* NOOP typescript tests when the require for ts fails
* Add typescript as a dev dependency so tests will run for jest-editor-support
* Jest Editor] PR Feedback
* traverse all nodes to find all test/it/expect blocks
* Jest Editor -Use the babelRC for plugins
* handle matching it.only/describe.only
* Update ScriptParser.js