Skip to content

Commit

Permalink
chore: initial extension setup
Browse files Browse the repository at this point in the history
  • Loading branch information
harmeetsingh11 committed Jan 22, 2024
1 parent f357fef commit 7c55f2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode-test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from '@vscode/test-cli';

export default defineConfig({
files: 'test/**/*.test.js',
});

0 comments on commit 7c55f2a

Please sign in to comment.