Skip to content

Commit 007b846

Browse files
committed
chore: update version to 1.1.187 and modify prepublish script to include clean step
1 parent d2a1040 commit 007b846

5 files changed

Lines changed: 25 additions & 10373 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'npm'
3333

3434
- name: Cache VS Code test runtime
35-
uses: actions/cache@v4
35+
uses: actions/cache@v4.2.4
3636
with:
3737
path: .vscode-test
3838
key: vscode-test-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
6969
- name: Upload VSIX artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v4.6.2
7171
with:
7272
name: copilot-cockpit-vsix
7373
path: archive/vsix/latest/copilot-cockpit-*.vsix

.vscodeignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ vsc-extension-quickstart.md
1010
**/*.ts
1111
out/**
1212
!out/
13-
!out/**/*.js
14-
!out/**/*.wasm
13+
!out/extension.js
14+
!out/server.js
15+
!out/sql-wasm.wasm
1516
out/**/*.ts
1617
out/**/*.d.ts
1718
out/**/*.d.ts.map

0 commit comments

Comments
 (0)