We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2807789 commit d9c3645Copy full SHA for d9c3645
.vscode/launch.json
@@ -0,0 +1,19 @@
1
+{
2
+ // Используйте IntelliSense, чтобы узнать о возможных атрибутах.
3
+ // Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
4
+ // Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Отладка 1Script",
9
+ "type": "oscript",
10
+ "request": "launch",
11
+ "program": "${file}",
12
+ "args": [],
13
+ "cwd": "${workspaceRoot}",
14
+ "runtimeExecutable": "/usr/bin/oscript",
15
+ "debugPort": 2801,
16
+ "protocol": "internal"
17
+ }
18
+ ]
19
+}
0 commit comments