- VSCode Version: 1.45
- OS Version: Windows 10
Steps to Reproduce:
- Invoke the command
editor.debug.action.toggleLogPoint.
- Invoke it again.
Actual Result
There is still a logpoint.
Expected Result
The second invocation should toggle the log point so that there is no logpoint anymore.
Also, the translation should be "Toggle Logpoint" and not "Add a Logpoint".
Also, the logpoint is inserted at the column where the cursor was when the command is invoked. This is strange.

If this is all design, the command should be renamed or another command should be added.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
editor.debug.action.toggleLogPoint.Actual Result
There is still a logpoint.
Expected Result
The second invocation should toggle the log point so that there is no logpoint anymore.
Also, the translation should be "Toggle Logpoint" and not "Add a Logpoint".
Also, the logpoint is inserted at the column where the cursor was when the command is invoked. This is strange.
If this is all design, the command should be renamed or another command should be added.
Does this issue occur when all extensions are disabled?: Yes