Skip to content

Commit 0566073

Browse files
committed
genericExecution.xml отключен до лучших времен
1 parent 0f328a7 commit 0566073

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.vscode/launch.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"name": "Отладка 1Script",
10+
"type": "oscript",
11+
"request": "launch",
12+
"program": "${file}",
13+
"args": [],
14+
"cwd": "${workspaceRoot}",
15+
"env": {},
16+
"runtimeExecutable": "/home/nfedkin/.local/share/ovm/current/bin/oscript",
17+
"runtimeArgs": [],
18+
"debugPort": 2801
19+
}
20+
]
21+
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ sonar.sources=./src
1515
sonar.sourceEncoding=UTF-8
1616

1717
sonar.coverageReportPaths=out/genericCoverage.xml
18-
sonar.testExecutionReportPaths=out/tests.xml
18+
#sonar.testExecutionReportPaths=out/genericExecution.xml

0 commit comments

Comments
 (0)