From bde8dafb2409930b24dfc249f75deef95328c030 Mon Sep 17 00:00:00 2001 From: Pubby Date: Sun, 17 Sep 2023 21:47:55 -0500 Subject: [PATCH] Update docs --- doc/doc.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/doc.adoc b/doc/doc.adoc index 59d4ce70..9d4a7d64 100644 --- a/doc/doc.adoc +++ b/doc/doc.adoc @@ -562,6 +562,10 @@ nesfab --ctags ".tags" ctags = ".tags" ---- +[NOTE] +To use CTags in VSCode, use the +https://marketplace.visualstudio.com/items?itemName=jtanx.ctagsx[ctagsx] extension. + === `threads` (`-j`) Specifies how many threads the compiler can use, enabling parallel compilation.