Skip to content

Commit

Permalink
Update release of GDB Adapter (#697)
Browse files Browse the repository at this point in the history
This release was correct at the time of writing, because I didn't realize that cdt-gdb-vscode was not updating on openvsx. This has since been resolved (see eclipse-cdt-cloud/cdt-gdb-vscode#125 (comment))
  • Loading branch information
jonahgraham authored Dec 28, 2024
1 parent 152dadd commit bceda90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ const communityReleases = [
{
title: 'Eclipse CDT Cloud Debug Adapter',
url: 'https://projects.eclipse.org/projects/ecd.cdt-cloud',
version: '0.0.108',
version: '1.0.4',
modules: [
{ modulename: 'cdt-gdb-vscode', url: 'https://open-vsx.org/extension/eclipse-cdt/cdt-gdb-vscode/0.0.108' },
{ modulename: 'cdt-gdb-vscode', url: 'https://open-vsx.org/extension/eclipse-cdt/cdt-gdb-vscode/1.0.4' },
{ modulename: 'cdt-gdb-adapter', url: 'https://www.npmjs.com/package/cdt-gdb-adapter/v/1.0.3' }
]
},
Expand Down

0 comments on commit bceda90

Please sign in to comment.