We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721b70f commit 9fc1d3cCopy full SHA for 9fc1d3c
1 file changed
.settings/tasks.json
@@ -6,18 +6,18 @@
6
// ${fileExtname}: the current opened file's extension
7
// ${cwd}: the current working directory of the spawned process
8
{
9
- "version": "0.1.0",
10
- "command": "jake",
11
- "isShellCommand": true,
12
- "showOutput": "silent",
13
- "tasks": [
14
- {
15
- "taskName": "local",
16
- "isBuildCommand": true,
17
18
- "problemMatcher": [
19
- "$tsc"
20
- ]
21
- }
22
+ "version": "0.1.0",
+ "command": "jake",
+ "isShellCommand": true,
+ "showOutput": "silent",
+ "tasks": [
+ {
+ "taskName": "local",
+ "isBuildCommand": true,
+ "problemMatcher": [
+ "$tsc"
+ ]
+ }
23
}
0 commit comments