6b9517b7a3
* Change default inotify limit to 16k * VSCode wordwrap * Do not use comma in the notify limit
12 lines
No EOL
457 B
JSON
12 lines
No EOL
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
|
|
} |