Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions registry/debug-adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ debug-adapters:
description: Path and filename of the FVP configuration file
yml-node: config-file
type: file
path-type: relative
- name: Misc
description: Miscellaneous command line arguments
yml-node: args
Expand All @@ -726,4 +727,5 @@ debug-adapters:
description: Path and filename of uVision executable
yml-node: uv4
type: file
path-type: absolute
default: "${env:LOCALAPPDATA}/Keil_v5/UV4/UV4.exe"
7 changes: 7 additions & 0 deletions schemas/debug-adapters.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@
],
"description": "Type of the user interface element."
},
"path-type": {
"enum": [
"absolute",
"relative"
],
"description": "Type of the path (for file type)."
},
"select": {
"enum": [
"on",
Expand Down
Loading