From 0be0a2031188f264a97c871cefd1ca18d29f0576 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 3 Aug 2015 16:40:06 -0700 Subject: [PATCH] Document the ability to comment out lines in the DCD config file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c211217..4e3fbf3 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,8 @@ now it must be started manually or by an editor plugin. ## Configuration Files The server will attempt to read the file ```~/.config/dcd``` on Posix systems, or ```dcd.conf``` on Windows in the current working directory on startup. If it exists, each line of the file is interpreted as a path that should be -searched when looking for module imports. +searched when looking for module imports. Lines that start with the "#" character +are ignored. Keep in mind that DCD treats import paths the same way that the compiler does. For example, a configuration file like this will not work as expected: