Skip to content

Commit

Permalink
Add '[yaml]' to settings syncronization
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Oct 12, 2020
1 parent a510c06 commit e85f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function activate(context: ExtensionContext): SchemaExtensionAPI {
documentSelector: [{ language: 'yaml' }],
synchronize: {
// Synchronize these setting sections with the server
configurationSection: ['yaml', 'http.proxy', 'http.proxyStrictSSL', 'editor.tabSize'],
configurationSection: ['yaml', 'http.proxy', 'http.proxyStrictSSL', 'editor.tabSize', '[yaml]'],
// Notify the server about file changes to YAML and JSON files contained in the workspace
fileEvents: [workspace.createFileSystemWatcher('**/*.?(e)y?(a)ml'), workspace.createFileSystemWatcher('**/*.json')],
},
Expand Down

0 comments on commit e85f8fb

Please sign in to comment.