Skip to content

Commit f82c511

Browse files
authored
Adding language array for package.json (eclipse-cdt-cloud#168)
* Adding language array for package.json * adding for gdb target as well
1 parent bc10a95 commit f82c511

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# Unreleased
4+
- Showing Open Disassembly View option in source view's context menu [#95](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/95)
5+
36
## 2.0.6
47
- Fixes [#161](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/161): Changed "Custom Reset" button tooltip to "Reset Target"
58
- Update to cdt-gdb-adapter v1.0.11

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
{
7777
"type": "gdb",
7878
"label": "GDB",
79+
"languages": [
80+
"c",
81+
"cpp"
82+
],
7983
"program": "./node_modules/cdt-gdb-adapter/dist/debugAdapter.js",
8084
"runtime": "node",
8185
"configurationAttributes": {
@@ -244,6 +248,10 @@
244248
{
245249
"type": "gdbtarget",
246250
"label": "GDB Target",
251+
"languages": [
252+
"c",
253+
"cpp"
254+
],
247255
"program": "./node_modules/cdt-gdb-adapter/dist/debugTargetAdapter.js",
248256
"runtime": "node",
249257
"configurationAttributes": {

0 commit comments

Comments
 (0)