Skip to content

Commit

Permalink
launch.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 2, 2024
1 parent f69784c commit c366ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Launch erlang",
"type": "erlang",
"request": "launch",
"cwd": "${workspaceRoot}"
"cwd": "${workspaceRoot}/reverse_polish_notation_evaluator"
}
]
}

0 comments on commit c366ba9

Please sign in to comment.