Skip to content

Commit ace2ccf

Browse files
authored
Merge branch 'PLC-lang:master' into master
2 parents ebde7d3 + 3404cb0 commit ace2ccf

File tree

568 files changed

+21935
-2903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+21935
-2903
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
files: lcov.info
9292

9393
- name: Archive code coverage results
94-
uses: actions/upload-artifact@v1
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: code-coverage-report
9797
path: lcov.info

.vscode/launch.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
}
2121
},
2222
"args": [
23-
"target/demo.st",
23+
"target/demo.st"
2424
],
25-
"cwd": "${workspaceFolder}"
25+
"cwd": "${workspaceFolder}",
26+
"env": {
27+
"RUST_LOG": "rusty"
28+
},
29+
"terminal": "integrated"
2630
},
2731
{
2832
"type": "lldb",
@@ -43,7 +47,11 @@
4347
"args": [
4448
"demo"
4549
],
46-
"cwd": "${workspaceFolder}"
50+
"cwd": "${workspaceFolder}",
51+
"env": {
52+
"RUST_LOG": "rusty"
53+
},
54+
"terminal": "integrated"
4755
},
4856
]
4957
}

0 commit comments

Comments
 (0)