Duplicate open with logic #117206
Labels
custom-editors
Custom editor API (webview based editors)
debt
Code quality issues
insiders-released
Patch has been released in VS Code Insiders
perf-bloat
Milestone
While working on #116856 I noticed that the entire logic of "Open With..." seems to be duplicate between
editorOpenWith.ts
andcustomEditor.ts
:vscode/src/vs/workbench/contrib/customEditor/browser/customEditors.ts
Line 148 in 4aa4d1f
and
vscode/src/vs/workbench/services/editor/common/editorOpenWith.ts
Line 34 in 572bc18
After #116856 lands, imho the one in
customEditor.ts
needs to go away.The text was updated successfully, but these errors were encountered: