File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ sonar.sources=./src
1515sonar.sourceEncoding =UTF-8
1616
1717sonar.coverageReportPaths =out/genericCoverage.xml
18- sonar.testExecutionReportPaths =out/tests .xml
18+ # sonar.testExecutionReportPaths=out/genericExecution .xml
You can’t perform that action at this time.
0 commit comments