commit 1eb9782fe0cbb84c7d0ca685a428145f4946d3a6
parent c5d27cd7ef06d95a528d10b54bb9d11f10515340
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Mon, 20 Oct 2025 16:14:04 +0000
no bug - vscode doc: remove the ref to hg r=firefox-build-system-reviewers,nalexander DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D269225
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/contributing/editors/vscode.rst b/docs/contributing/editors/vscode.rst
@@ -61,15 +61,15 @@ integration.
closing memory-heavy applications. On Linux, consider using `EarlyOOM <https://github.com/rfjakob/earlyoom>`__
to mitigate the impact on your system.
-Ignore Files in Mercurial Repositories
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Ignore Files in VCS Repositories
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. note::
This is automatically done when running ``./mach ide vscode`` but may be
changed manually.
-When using Mercurial in mozilla-central, VS Code will treat your build directories as ordinary directories by default, causing some undesirable behavior including long indexing times, Go to Definition will open files in the build directory instead of the source tree, and Search Files by Name will find duplicate files from the source tree and the build directory (note: when using Git, VS Code will not do this since it reads ``.gitignore``). You can follow these directions to have VS Code largely ignore your build directories:
+When using Git in mozilla-central, VS Code will treat your build directories as ordinary directories by default, causing some undesirable behavior including long indexing times, Go to Definition will open files in the build directory instead of the source tree, and Search Files by Name will find duplicate files from the source tree and the build directory (note: when using Git, VS Code will not do this since it reads ``.gitignore``). You can follow these directions to have VS Code largely ignore your build directories:
#. Go to Preferences -> Settings
#. Search "exclude" in the Settings