Small tweak to vscode-manifest-yaml readme.

This commit is contained in:
Kris De Volder
2017-08-21 11:21:32 -07:00
parent 56a509debe
commit cf3271d108
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.wordWrap": false,
"editor.wordWrap": "off",
"files.exclude": {
"out": false, // set this to true to hide the "out" folder with the compiled JS files
"node_modules": false,

View File

@@ -3,6 +3,10 @@
This extension provides basic validation, content assist and hover infos
for editing Cloud Foundry [Manifest](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) Files.
You can also define your own patterns and map them to the language-id `manifest-yaml`
by defining `files.associations` in workspace settings or user settings.
See [vscode documentation](https://code.visualstudio.com/Docs/languages/overview#_adding-a-file-extension-to-a-language) for details.
## Usage
The CF manifest editor automatically activates when the name of the `.yml` file you are editing,