mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-27 05:39:55 +03:00
parent
8611113565
commit
d1b6b09c59
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -151,6 +151,18 @@ The server will attempt to read the file ```~/.config/dcd``` on Posix systems, o
|
|||
If it exists, each line of the file is interpreted as a path that should be
|
||||
searched when looking for module imports.
|
||||
|
||||
|
||||
|
||||
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:
|
||||
|
||||
/usr/include/dmd/
|
||||
|
||||
What you actually want is this:
|
||||
|
||||
/usr/include/dmd/druntime/import
|
||||
/usr/include/dmd/phobos
|
||||
|
||||
##Shut down the server
|
||||
The server can be shut down by running the client with the correct option:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue