Skip to content

Commit 482f764

Browse files
authored
Merge branch 'master' into web_extension
2 parents 5c535cd + 037d378 commit 482f764

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ jobs:
3737
- uses: codecov/codecov-action@v3
3838
with:
3939
directory: ./coverage
40-
token: ${{ secrets.CODECOV_TOKEN }}
40+
token: ${{ secrets.CODECOV_TOKEN }}
41+
42+
- name: Package VSIX
43+
run: npm install -g vsce && vsce package
44+
- uses: actions/upload-artifact@v2
45+
with:
46+
path: "*.vsix"

.vscodeignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ out/test/**
44
src/**
55
.gitignore
66
.yarnrc
7-
vsc-extension-quickstart.md
87
**/tsconfig.json
98
**/.eslintrc.json
109
**/*.map
1110
**/*.ts
12-
.build-out/
11+
.build-out/
12+
coverage/
13+
docs/

0 commit comments

Comments
 (0)