dotfiles/.config/Code/User/settings.json

17 lines
524 B
JSON
Raw Normal View History

2016-11-25 19:05:15 +00:00
{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
2018-12-22 16:39:38 +00:00
"editor.wordWrap": "on",
2018-05-07 11:41:08 +01:00
"files.autoSave": "onFocusChange",
2018-12-22 11:30:36 +00:00
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
2018-12-22 15:58:11 +00:00
"better-comments.highlightPlainText": true,
"rust-client.updateOnStartup": true,
"rust.all_features": true,
2018-12-28 14:32:28 +00:00
"rust.goto_def_racer_fallback": true,
2019-01-20 12:35:04 +00:00
"explorer.confirmDelete": false,
2019-02-05 16:28:38 +00:00
"yaml.format.enable": true,
"liveshare.audio.joinCallBehavior": "accept"
2018-12-22 16:39:38 +00:00
}