Skip to content

Commit

Permalink
feat: debug memory variable support view as binary (#1035)
Browse files Browse the repository at this point in the history
* feat: register command and fileSystemProvider

* feat: support render hex-editor component

* feat: approve debug memory provider

* feat: implement DAP memory Event

* feat: support readMemory/writeMemory DAP Event

* feat: add canViewMemory contextkey

* chore: add friendly reminder

* fix: ci

* fix: ci
  • Loading branch information
Ricbet authored Jul 6, 2022
1 parent 627d7a9 commit 74990a7
Show file tree
Hide file tree
Showing 32 changed files with 1,923 additions and 21 deletions.
1 change: 1 addition & 0 deletions packages/components/src/icon/iconfont/iconMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,5 @@ export const defaultIconfont = {
'warning-circle': 'warning-circle',
'warning-circle-fill': 'warning-circle-fill',
'window-maximize': 'window-maximize',
'hex': 'hex'
};
16 changes: 10 additions & 6 deletions packages/components/src/icon/iconfont/iconfont.css

Large diffs are not rendered by default.

Binary file modified packages/components/src/icon/iconfont/iconfont.eot
Binary file not shown.
1 change: 1 addition & 0 deletions packages/components/src/icon/iconfont/iconfont.js

Large diffs are not rendered by default.

Loading

0 comments on commit 74990a7

Please sign in to comment.