diff --git a/templates/BasicConsole/.vscode/launch.json b/templates/BasicConsole/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/BasicConsole/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/BasicConsole/.vscode/tasks.json b/templates/BasicConsole/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/BasicConsole/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/BasicVibeServer/.vscode/launch.json b/templates/BasicVibeServer/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/BasicVibeServer/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/BasicVibeServer/.vscode/tasks.json b/templates/BasicVibeServer/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/BasicVibeServer/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyConsole/.vscode/launch.json b/templates/EmptyConsole/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyConsole/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyConsole/.vscode/tasks.json b/templates/EmptyConsole/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyConsole/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDiamondWebApi/.vscode/launch.json b/templates/EmptyDiamondWebApi/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyDiamondWebApi/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDiamondWebApi/.vscode/tasks.json b/templates/EmptyDiamondWebApi/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyDiamondWebApi/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDiamondWebsite/.vscode/launch.json b/templates/EmptyDiamondWebsite/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyDiamondWebsite/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDiamondWebsite/.vscode/tasks.json b/templates/EmptyDiamondWebsite/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyDiamondWebsite/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDlangUI/.vscode/launch.json b/templates/EmptyDlangUI/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyDlangUI/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyDlangUI/.vscode/tasks.json b/templates/EmptyDlangUI/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyDlangUI/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyGTKD/.vscode/launch.json b/templates/EmptyGTKD/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyGTKD/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyGTKD/.vscode/tasks.json b/templates/EmptyGTKD/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyGTKD/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyLegacyOpenGL_SDL/.vscode/launch.json b/templates/EmptyLegacyOpenGL_SDL/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyLegacyOpenGL_SDL/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyLegacyOpenGL_SDL/.vscode/tasks.json b/templates/EmptyLegacyOpenGL_SDL/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyLegacyOpenGL_SDL/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyOpenGL_SDL/.vscode/launch.json b/templates/EmptyOpenGL_SDL/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyOpenGL_SDL/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyOpenGL_SDL/.vscode/tasks.json b/templates/EmptyOpenGL_SDL/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyOpenGL_SDL/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyVibeServer/.vscode/launch.json b/templates/EmptyVibeServer/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyVibeServer/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyVibeServer/.vscode/tasks.json b/templates/EmptyVibeServer/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyVibeServer/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyWin32/.vscode/launch.json b/templates/EmptyWin32/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyWin32/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyWin32/.vscode/tasks.json b/templates/EmptyWin32/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyWin32/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file diff --git a/templates/EmptyX11/.vscode/launch.json b/templates/EmptyX11/.vscode/launch.json new file mode 100644 index 0000000..2b62fc1 --- /dev/null +++ b/templates/EmptyX11/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "code-d", + "request": "launch", + "dubBuild": true, + "name": "Build & Debug DUB project", + "cwd": "${command:dubWorkingDirectory}", + "program": "${command:dubTarget}" + } + ] +} \ No newline at end of file diff --git a/templates/EmptyX11/.vscode/tasks.json b/templates/EmptyX11/.vscode/tasks.json new file mode 100644 index 0000000..678e2fe --- /dev/null +++ b/templates/EmptyX11/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dub", + "args": [ + "build" + ] + } + ] +} \ No newline at end of file