Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed May 2, 2024
2 parents 5ad57b2 + ef60e2b commit 3f73b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -238,9 +238,9 @@ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --rm -it \

If you use [VSCode for Linux kernel development](https://github.com/FlorentRevest/linux-kernel-vscode)
add-on, you can configure it to use this docker image: simply copy all files
from the [`vscode`](/tree/main/vscode) directory in your `.vscode` dir from the
kernel source (or use symbolic links). `.clangd` needs to be placed at the root
of the kernel source directory.
from the [`vscode`](/vscode) directory in your `.vscode` dir from the kernel
source (or use symbolic links). `.clangd` needs to be placed at the root of the
kernel source directory.

Notes:
- The VSCode add-on needs some modifications, see
Expand Down

0 comments on commit 3f73b08

Please sign in to comment.