From 8723107f1dd54edef16d46b822f81cf45ed556bf Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Thu, 1 May 2025 00:36:14 -0700 Subject: [PATCH] voidrules --- .voidrules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .voidrules diff --git a/.voidrules b/.voidrules new file mode 100644 index 00000000..c06e70b4 --- /dev/null +++ b/.voidrules @@ -0,0 +1,5 @@ +This is a fork of the VSCode repo called Void. + +Most code we care about lives in src/vs/workbench/contrib/void. + +You may sometimes need to explore the full repo to find relevant parts of code.