We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab4183 commit 9d92bb3Copy full SHA for 9d92bb3
2 files changed
.vscode/extensions.json
@@ -7,6 +7,7 @@
7
"oderwat.indent-rainbow",
8
"ms-kubernetes-tools.vscode-kubernetes-tools",
9
"pflannery.vscode-versionlens",
10
- "redhat.vscode-yaml"
+ "redhat.vscode-yaml",
11
+ "task.vscode-task"
12
]
13
}
.vscode/settings.json
@@ -1,10 +1,13 @@
1
{
2
- "cSpell.words": [
3
- "actix",
4
- "appender",
5
- "finalizer",
6
- "taskfile",
- "thiserror",
- "utoipa"
- ]
-}
+ "cSpell.words": [
+ "actix",
+ "appender",
+ "finalizer",
+ "taskfile",
+ "thiserror",
+ "utoipa"
+ ],
+ "task": {
+ "outputTo": "terminal"
+ }
+}
0 commit comments