mirror of https://github.com/buggins/dlangide.git
Update README.md
This commit is contained in:
parent
5876c474fa
commit
f4e9934f6f
22
README.md
22
README.md
|
@ -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
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in New Issue