Update README.md

This commit is contained in:
AckeardOct 2016-11-17 21:12:08 +03:00 committed by GitHub
parent 5876c474fa
commit f4e9934f6f
1 changed files with 11 additions and 11 deletions

View File

@ -3,21 +3,21 @@
WTF?! (What The Fork) WTF?! (What The Fork)
====================== ======================
Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews) Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews)
<pre>
example: example:
{ {
"name": "newworkspace", "name" : "newworkspace",
"description": null, "description" : null,
"projects": { "projects" : {
"newproject": "newproject/dub.json" "newproject" : "newproject/dub.json"<br>
}, },
"includePath": [ "includePath" : [
"/usr/include/dlang/dmd/" "/usr/include/dlang/dmd/"
] ]
} }
</pre>
PS. PS.
Sorry about bad code. Please correct me. Sorry about bad code. Please correct me.
Dlang IDE Dlang IDE
========= =========