microsoft / sarif-vscode-extension

SARIF Microsoft Visual Studio Code extension
MIT License
110 stars 49 forks source link

Double-clicking on a result should open a non-preview editor #492

Open 50Wliu opened 1 year ago

50Wliu commented 1 year ago

The convention in VS Code is to open a "preview editor" (italicized tab) on single-click and a regular editor on double-click.

However, double-clicking on a result in the SARIF Viewer continues to open a preview editor, breaking that convention.