Skip to content

Commit

Permalink
Add .usbcfg association to vscode workspace files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Mar 18, 2023
1 parent 1f490a9 commit 6128681
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tools/ide/vscode/template/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"files.associations": {
"*.hw": "jsonc",
"*.fwfs": "jsonc",
"*.usbcfg": "jsonc",
"optional": "cpp"
},
"json.schemas": [
Expand All @@ -23,6 +24,12 @@
"*.fwfs"
],
"url": "file://${SMING_HOME}/Components/IFS/fsbuild/schema.json"
},
{
"fileMatch": [
"*.usbcfg"
],
"url": "file://${SMING_HOME}/Libraries/USB/schema.json"
}
]
}
Expand Down

0 comments on commit 6128681

Please sign in to comment.