Skip to content

Latest commit

 

History

History
 
 

kbn-managed-vscode-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
id slug title description date tags
kibDevDocsOpsManagedVscodeConfig
/kibana-dev-docs/ops/managed-vscode-config
@kbn/managed-vscode-config
Config options for vscode that are automatically setup for contributors
2022-05-24
kibana
dev
contributor
operations
vscode

This package contains VSCode settings which are automatically setup for contributors on bootstrap. This is done via the using node scripts/update_vscode_config.

In order to support contributors maintaining workspace-specific configuration of their own, this tool prefixes all managed config settings with // @managed comments. If you want to override any config that is // @managed then just update that comment to // self managed and the update script won't touch that key/value.

// self managed comments are only necessary for keys which are currently or might become managed in the future. Config keys which are not managed are always preserved when updating the .vscode directory.