dotfiles/.config/Code/User/settings.json
Cyryl Płotnicki 6b9517b7a3 Up the inotify limit (#105)
* Change default inotify limit to 16k

* VSCode wordwrap

* Do not use comma in the notify limit
2017-03-09 10:33:17 +00:00

12 lines
457 B
JSON

{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
"rust.rustLangSrcPath": "/home/cyryl/dev/rust/src",
"rust.racerPath": "/home/cyryl/.cargo/bin/racer",
"rust.rustfmtPath": "/home/cyryl/.cargo/bin/rustfmt",
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
"rust.cargoHome": "/home/cyryl/.cargo/",
"editor.wordWrap": true
}