Skip to content

Commit

Permalink
feat: support arm and linkerscript
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 committed Aug 26, 2024
1 parent cbc26dd commit f695f2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ module.exports = {
version: '0.2.0'
}
],
'dan-c-underwood': [
{
name: 'arm',
version: '1.4.0'
}
],
ZixuanWang: [
{
name: 'linkerscript',
version: '1.0.4'
}
],
vscode: [].concat(
VSCODE_BUILTIN_EXTENSIONS.map(name => ({
name
Expand Down

0 comments on commit f695f2f

Please sign in to comment.