Skip to content

Commit f13fa7f

Browse files
authored
Merge pull request #27 from LPCIC/fix-elpi-2.0
fix default options for 2.0
2 parents 1fc008c + d969046 commit f13fa7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: vsce package
3232

3333
- name: Save Artifact
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: 'extension package ${{ matrix.node-version }}'
3737
path: ./elpi-lang-*.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"properties": {
7777
"elpi.elpi.options": {
7878
"type": "string",
79-
"default": "-no-tc -trace-on json [OUTPUT] -trace-at run 0 999 -trace-only user",
79+
"default": "-trace-on json [OUTPUT] -trace-at run 0 999 -trace-only user",
8080
"markdownDescription": "Command line arguments"
8181
},
8282
"elpi.elpi.path": {

0 commit comments

Comments
 (0)