Skip to content

Commit 9fc1d3c

Browse files
committed
Adjusted spacing in tasks.json
1 parent 721b70f commit 9fc1d3c

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.settings/tasks.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
// ${fileExtname}: the current opened file's extension
77
// ${cwd}: the current working directory of the spawned process
88
{
9-
"version": "0.1.0",
10-
"command": "jake",
11-
"isShellCommand": true,
12-
"showOutput": "silent",
13-
"tasks": [
14-
{
15-
"taskName": "local",
16-
"isBuildCommand": true,
17-
"showOutput": "silent",
18-
"problemMatcher": [
19-
"$tsc"
20-
]
21-
}
22-
]
9+
"version": "0.1.0",
10+
"command": "jake",
11+
"isShellCommand": true,
12+
"showOutput": "silent",
13+
"tasks": [
14+
{
15+
"taskName": "local",
16+
"isBuildCommand": true,
17+
"showOutput": "silent",
18+
"problemMatcher": [
19+
"$tsc"
20+
]
21+
}
22+
]
2323
}

0 commit comments

Comments
 (0)