Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
lmdb-d
Commits
684862cf
Commit
684862cf
authored
Nov 09, 2018
by
Carsten Schlote
Browse files
Update vscode tasks and launch info
parent
cbee4f97
Changes
2
Hide whitespace changes
Inline
Side-by-side
.vscode/launch.json
View file @
684862cf
...
...
@@ -7,10 +7,10 @@
{
"type"
:
"gdb"
,
"request"
:
"launch"
,
"name"
:
"Launch Program (gdb)"
,
"target"
:
"./lmdb-d"
,
"cwd"
:
"${workspaceRoot}"
,
"preLaunchTask"
:
"build-
host
"
,
"name"
:
"Launch
Demo
Program (gdb)"
,
"target"
:
"./lmdb-d
-demo
"
,
"cwd"
:
"${workspaceRoot}
/docs/lmdb-d-demo/
"
,
"preLaunchTask"
:
"build-
demo
"
,
"arguments"
:
"-v"
},
{
...
...
@@ -18,8 +18,8 @@
"type"
:
"lldb-mi"
,
"request"
:
"launch"
,
"target"
:
"./lmdb-d"
,
"preLaunchTask"
:
"build-
host
"
,
"cwd"
:
"${workspaceRoot}"
,
"preLaunchTask"
:
"build-
demo
"
,
"cwd"
:
"${workspaceRoot}
/docs/lmdb-d-demo/
"
,
"arguments"
:
"-v"
}
]
...
...
.vscode/tasks.json
View file @
684862cf
...
...
@@ -16,6 +16,19 @@
"$gcc"
]
},
{
//
Requires
dub
and
ldc
to
be
installed
on
host
"label"
:
"build-demo"
,
"type"
:
"shell"
,
"command"
:
"cd docs/lmdb-d-demo && dub build --compiler=ldc2 -v"
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
},
"problemMatcher"
:
[
"$gcc"
]
},
{
//
Requires
dub
and
ldc
to
be
installed
on
host
"label"
:
"test-host"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment