Skip to content

Commit

Permalink
Merge: hsp3-debug-window-adapter (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Jun 20, 2021
2 parents a7b5bb0 + 559b76c commit 0e6734b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion hsp3-debug-window-adapter/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hsp3-debug-window-adapter",
"displayName": "HSP3 デバッグ (標準のデバッグウィンドウを使用)",
"description": "HSP3 のデバッグ機能を有効化する拡張機能です。VSCode のデバッグツールではなく、HSP3 標準のデバッグウィンドウを使用します。",
"version": "0.3.0",
"version": "0.4.0",
"author": {
"name": "vain0x",
"email": "[email protected]"
Expand Down Expand Up @@ -68,6 +68,9 @@
{
"type": "hsp3",
"label": "hsp3-debug-window-adapter",
"languages": [
"hsp3"
],
"runtime": "node",
"program": "./out/dap_index.js",
"configurationAttributes": {
Expand Down Expand Up @@ -105,6 +108,24 @@
}
]
}
],
"languages": [
{
"id": "hsp3",
"aliases": [
"HSP3",
"HSP",
"hsp3",
"hsp",
"HSP3",
"HSP",
"Hot Soup Processor 3",
"Hot Soup Processor"
],
"extensions": [
".hsp"
]
}
]
}
}

0 comments on commit 0e6734b

Please sign in to comment.