Skip to content

Commit c6b288d

Browse files
authored
Update README with way to disable CodeLens (#489)
1 parent 91b6991 commit c6b288d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ The following settings are supported:
4444
- `[yaml]`: VSCode-YAML adds default configuration for all yaml files. More specifically it converts tabs to spaces to ensure valid yaml, sets the tab size, and allows live typing autocompletion and formatting, also allows code lens. These settings can be modified via the corresponding settings inside the `[yaml]` section in the settings:
4545
- `editor.tabSize`
4646
- `editor.formatOnType`
47+
- `editor.codeLens`
4748

4849
* `http.proxy`: The URL of the proxy server that will be used when attempting to download a schema. If it is not set or it is undefined no proxy server will be used.
4950

5051
- `http.proxyStrictSSL`: If true the proxy server certificate should be verified against the list of supplied CAs. Default is false.
5152

53+
in to your settings.
54+
5255
## Adding custom tags
5356

5457
In order to use the custom tags in your YAML file you need to first specify the custom tags in the setting of your code editor. For example, you can have the following custom tags:

0 commit comments

Comments
 (0)