Hugo/doc/vscode
Compare changes
+ 65
− 10
@@ -66,14 +66,51 @@ Clippy will then inform you in a very educational way about everything that need
@@ -66,14 +66,51 @@ Clippy will then inform you in a very educational way about everything that need
@@ -92,16 +129,34 @@ An example of a `launch.conf` file for VSCode :
@@ -92,16 +129,34 @@ An example of a `launch.conf` file for VSCode :
There is still to install RLS (Rust Language Server) and LLDB (debugger), the first one allows you to compile your code on the fly to highlight errors in red directly in your IDE/Editor, the second one is a debugger.
LLDB Installation Instructions : [https://github.com/vadimcn/vscode-lldb/wiki/Installing-on-Linux](https://github.com/vadimcn/vscode-lldb/wiki/Installing-on-Linux)
Then restart vscode (after installing the plugins indicate if above), it should spontaneously offer you to install RLS, say yes.
1. To verify that everything is well configured, launch the `xbindkeys -v` command and click on your mouse next/previous buttons. The command corresponding to the button you clicked should appear in the console (`xdotool key ctrl+Left` or `xdotool key ctrl+Right`). Check that vscode reacts as expected.