Skip to content

Commit 8d07382

Browse files
committed
fix: update lint script to use .ts extension and enhance package command
- Changed the lint script to specify the .ts extension explicitly. - Modified the package script to run pretest before packaging with vsce. - Added @vscode/test-cli as a dependency.
1 parent a8a9e4f commit 8d07382

File tree

3 files changed

+458
-173
lines changed

3 files changed

+458
-173
lines changed

.vscode-test.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from '@vscode/test-cli';
2+
3+
export default defineConfig({
4+
files: 'out/test/**/*.test.js',
5+
});

0 commit comments

Comments
 (0)