Skip to content
#

yaml-support

Here are 5 public repositories matching this topic...

Vidminas
Vidminas commented Jul 1, 2019

In extension.ts when the client options are created, these parameters are passed in:

fileEvents: [
    workspace.createFileSystemWatcher('**/*.?(e)y?(a)ml'),
    workspace.createFileSystemWatcher('**/*.json')
]

I am not really sure what the first FileSystemWatcher does - commenting it out does not break language server functionality (on the server side, the `documents.on

Improve this page

Add a description, image, and links to the yaml-support topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yaml-support topic, visit your repo's landing page and select "manage topics."

Learn more