added workspace folder test

This commit is contained in:
Mushka Nikita 2023-03-16 16:30:37 +03:00
parent 2edd5f2886
commit 6472a0d71f

5
.vscode/tasks.json vendored
View File

@ -6,6 +6,11 @@
"close": true
},
"tasks": [
{
"label": "Workspace folder test",
"type": "shell",
"command": "echo ${workspaceFolder}"
},
{
"label": "Backend | Start",
"type": "shell",