Correct project name.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-20 19:25:46 +01:00
parent 166b1a2c41
commit 24013f4a52
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 3 additions and 3 deletions

6
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"label": "Build P# Interpreter", "label": "Build AerScript Interpreter",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"group": { "group": {
@ -16,7 +16,7 @@
} }
}, },
{ {
"label": "Clean P# Interpreter", "label": "Clean AerScript Interpreter",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [
@ -31,7 +31,7 @@
} }
}, },
{ {
"label": "Style P# Code", "label": "Style AerScript Interpreter Code",
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [