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)
======================
Now you can set dmd includes paths (for correct work with DCD) in workspace settings file (newworkspace.dlangidews)
<pre>
example:
{
"name": "newworkspace",
"description": null,
"projects": {
"newproject": "newproject/dub.json"
},
"includePath": [
"/usr/include/dlang/dmd/"
]
"name" : "newworkspace",
"description" : null,
"projects" : {
"newproject" : "newproject/dub.json"<br>
},
"includePath" : [
"/usr/include/dlang/dmd/"
]
}
</pre>
PS.
Sorry about bad code. Please correct me.
Sorry about bad code. Please correct me.
Dlang IDE
=========