Put version back to make VS Code happy
This commit is contained in:
parent
f237767e86
commit
b88980590c
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
@ -1,4 +1,5 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch",
|
||||
|
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@ -1,7 +1,8 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"command": "powershell",
|
||||
"isShellCommand": true,
|
||||
"showOutput": "verbose",
|
||||
"showOutput": "always",
|
||||
"args": [ "-c" ],
|
||||
|
||||
"tasks": [
|
||||
|
Loading…
Reference in New Issue
Block a user