You've already forked dev.commandline.waveterm
mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-04-22 15:27:29 -07:00
8 lines
276 B
XML
8 lines
276 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||
|
|
<mime-type type="application/x-code-workspace">
|
||
|
|
<comment>Visual Studio Code Workspace</comment>
|
||
|
|
<glob pattern="*.code-workspace"/>
|
||
|
|
</mime-type>
|
||
|
|
</mime-info>
|