eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.84k stars 2.48k forks source link

The new "Open With..." command is visible on folders #13678

Closed dhuebner closed 3 months ago

dhuebner commented 3 months ago

What it does

Disables 'Open With...' menu contribution for folders.

How to test

Select a file in the explorer view: Context menu should contain an "Open With..." item Select a folder in the explorer view: Context menu should not contain an "Open With..." item

See also #13672

Follow-ups

Review checklist

Reminder for reviewers