Skip to content

Commit

Permalink
Releases: Add Theia Trace Extension to 1.37 (#431) (#432)
Browse files Browse the repository at this point in the history
Fixes #431.

Signed-off-by: Marco Miller <[email protected]>
  • Loading branch information
marco-miller authored Jun 20, 2023
1 parent d7e8868 commit e1fabfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ const communityReleases = [
url: 'https://langium.org/',
version: '1.2.0',
modules: []
},
{
title: 'Theia Trace Extension',
url: 'https://github.com/eclipse-cdt-cloud/theia-trace-extension',
version: 'since 0.2.0-next.20230613130240.a37bbf1.0',
modules: [
{modulename: 'theia-traceviewer', url: 'https://www.npmjs.com/package/theia-traceviewer'},
{modulename: 'traceviewer-base', url: 'https://www.npmjs.com/package/traceviewer-base'},
{modulename: 'traceviewer-react-components', url: 'https://www.npmjs.com/package/traceviewer-react-components'}
]
}
]
},
Expand Down

0 comments on commit e1fabfd

Please sign in to comment.