8000 运行脚本 · heartacker/CScripting@50623ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 50623ed

Browse files
committed
运行脚本
1 parent af76b96 commit 50623ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.vscode/tasks.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "Run Current .NET Script",
8+
"command": "dotnet",
9+
"type": "shell",
10+
"args": [
11+
"script",
12+
"${file}"
13+
],
14+
"group": "none",
15+
"presentation": {
16+
"reveal": "silent"
17+
},
18+
"problemMatcher": "$msCompile"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)
0