We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c7b41 commit 7d8c5a1Copy full SHA for 7d8c5a1
src/DebugServer/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "oscript-debug",
3
"displayName": "OneScript Debug",
4
- "version": "0.4.0",
+ "version": "0.5.0",
5
"publisher": "EvilBeaver",
6
"description": "Visual Studio Code debugger extension for OneScript",
7
"icon": "images/mono-debug-icon.png",
@@ -98,7 +98,7 @@
98
"protocolVersion": {
99
"type": "string",
100
"description": "Версия протокола взаимодействия с отлаживаемым процессом"
101
- }
+ }
102
}
103
},
104
"attach": {
0 commit comments