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.
2 parents 1fc008c + d969046 commit f13fa7fCopy full SHA for f13fa7f
.github/workflows/main.yaml
@@ -31,7 +31,7 @@ jobs:
31
- run: vsce package
32
33
- name: Save Artifact
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
with:
36
name: 'extension package ${{ matrix.node-version }}'
37
path: ./elpi-lang-*.vsix
package.json
@@ -76,7 +76,7 @@
76
"properties": {
77
"elpi.elpi.options": {
78
"type": "string",
79
- "default": "-no-tc -trace-on json [OUTPUT] -trace-at run 0 999 -trace-only user",
+ "default": "-trace-on json [OUTPUT] -trace-at run 0 999 -trace-only user",
80
"markdownDescription": "Command line arguments"
81
},
82
"elpi.elpi.path": {
0 commit comments