Ishtiaque Khan

Results 5 comments of Ishtiaque Khan

Hi @toomuchdesign . Great catch! Do you think this can be prioritized? Thanks!

thanks @arlen43 ! your solution worked for me.

This worked for me. Adding this task in `.vscode/tasks.json`: ```json { "version": "2.0.0", "tasks": [ { "label": "clear-editor-history", "command": "${command:workbench.action.clearEditorHistory}" } ] } ``` And using the task in launch...