Skip to content

Commit

Permalink
Add CDT Cloud Debug Adapter Versions (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Jun 20, 2024
1 parent 5e60f72 commit d912f4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ const communityReleases = [
{
title: 'Eclipse CDT Cloud Debug Adapter',
url: 'https://projects.eclipse.org/projects/ecd.cdt-cloud',
version: 'TBD',
modules: []
version: '0.0.108',
modules: [
{ modulename: 'cdt-gdb-vscode', url: 'https://open-vsx.org/extension/eclipse-cdt/cdt-gdb-vscode/0.0.108' },
{ modulename: 'cdt-gdb-adapter', url: 'https://www.npmjs.com/package/cdt-gdb-adapter/v/0.0.32' }
]
},
{
title: 'Langium',
Expand Down

0 comments on commit d912f4c

Please sign in to comment.