Skip to content

Commit

Permalink
Revert ccd5af4 and f59b964
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work authored and jonahgraham committed Aug 31, 2023
1 parent f59b964 commit a1e6094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"type": "gdb",
"label": "GDB",
"program": "./dist/debugAdapter.js",
"program": "./node_modules/cdt-gdb-adapter/dist/debugAdapter.js",
"runtime": "node",
"configurationAttributes": {
"launch": {
Expand Down Expand Up @@ -198,7 +198,7 @@
{
"type": "gdbtarget",
"label": "GDB Target",
"program": "./dist/debugTargetAdapter.js",
"program": "./node_modules/cdt-gdb-adapter/dist/debugTargetAdapter.js",
"runtime": "node",
"configurationAttributes": {
"launch": {
Expand Down
2 changes: 1 addition & 1 deletion src/memory/client/MemoryBrowser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
}

.monofont {
font-family: 'Consolas', 'Courier New', Courier, monospace;
font-family: 'Consolas', 'Courier New', Courier, monospace;
}
}

0 comments on commit a1e6094

Please sign in to comment.