Skip to content

Commit d18fd8f

Browse files
authored
Merge pull request #41 from phpactor/vsce
Add support for building vsix extensions
2 parents 7304061 + caeb707 commit d18fd8f

File tree

6 files changed

+19
-13784
lines changed

6 files changed

+19
-13784
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: 14
19+
- run: mkdir artifacts
1920
- run: npm install
2021
- run: xvfb-run -a npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ lib
22
.vscode
33
node_modules
44
.vscode-test
5+
artifacts/*

0 commit comments

Comments
 (0)