Correct project name.
The build was successful. 詳情

This commit is contained in:
Rafal Kupiec 2019-03-20 19:25:46 +01:00
父節點 166b1a2c41
當前提交 24013f4a52
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4
共有 1 個檔案被更改,包括 3 行新增3 行删除

6
.vscode/tasks.json vendored
查看文件

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