Skip to content

Commit 2e4fcba

Browse files
MonoMaxMWWebFreak001
authored andcommitted
Creation of .vscode files launch.json & tasks.json
1 parent 05f48cf commit 2e4fcba

File tree

24 files changed

+300
-0
lines changed

24 files changed

+300
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "code-d",
6+
"request": "launch",
7+
"dubBuild": true,
8+
"name": "Build & Debug DUB project",
9+
"cwd": "${command:dubWorkingDirectory}",
10+
"program": "${command:dubTarget}"
11+
}
12+
]
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"command": "dub",
7+
"args": [
8+
"build"
9+
]
10+
}
11+
]
12+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "code-d",
6+
"request": "launch",
7+
"dubBuild": true,
8+
"name": "Build & Debug DUB project",
9+
"cwd": "${command:dubWorkingDirectory}",
10+
"program": "${command:dubTarget}"
11+
}
12+
]
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"command": "dub",
7+
"args": [
8+
"build"
9+
]
10+
}
11+
]
12+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "code-d",
6+
"request": "launch",
7+
"dubBuild": true,
8+
"name": "Build & Debug DUB project",
9+
"cwd": "${command:dubWorkingDirectory}",
10+
"program": "${command:dubTarget}"
11+
}
12+
]
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"command": "dub",
7+
"args": [
8+
"build"
9+
]
10+
}
11+
]
12+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "code-d",
6+
"request": "launch",
7+
"dubBuild": true,
8+
"name": "Build & Debug DUB project",
9+
"cwd": "${command:dubWorkingDirectory}",
10+
"program": "${command:dubTarget}"
11+
}
12+
]
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"command": "dub",
7+
"args": [
8+
"build"
9+
]
10+
}
11+
]
12+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "code-d",
6+
"request": "launch",
7+
"dubBuild": true,
8+
"name": "Build & Debug DUB project",
9+
"cwd": "${command:dubWorkingDirectory}",
10+
"program": "${command:dubTarget}"
11+
}
12+
]
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "build",
6+
"command": "dub",
7+
"args": [
8+
"build"
9+
]
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)