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

12 lines
457 B
Plaintext
Raw Normal View History

2017-05-14 18:16:26 +01:00
{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
"rust.rustLangSrcPath": "/Users/cyryl/dev/rust/src",
"rust.racerPath": "/Users/cyryl/.cargo/bin/racer",
"rust.rustfmtPath": "/Users/cyryl/.cargo/bin/rustfmt",
"rust.rustsymPath": "/Users/cyryl/.cargo/bin/rustsym",
"rust.cargoPath": "/Users/cyryl/.cargo/bin/cargo",
"rust.cargoHome": "/Users/cyryl/.cargo/"
}