Skip to content

Commit 159bf05

Browse files
fix: added generic text editor scopecontext for kconfig
1 parent 76f8c32 commit 159bf05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bundles/com.espressif.idf.ui/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,5 +913,10 @@
913913
id="com.espressif.idf.ui.espLaunchScope"
914914
name="Espressif Launch Scope">
915915
</context>
916+
<context
917+
id="com.espressif.idf.ui.kconfig.editorContext"
918+
name="KConfig Editor Context"
919+
parentId="org.eclipse.ui.textEditorScope">
920+
</context>
916921
</extension>
917922
</plugin>

0 commit comments

Comments
 (0)