Skip to content

Commit

Permalink
Revert "Remove dupe config file" (#34)
Browse files Browse the repository at this point in the history
This reverts commit aae4f9e.
  • Loading branch information
mark-wiemer authored Sep 28, 2024
1 parent 6e22b42 commit 0913281
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/.vscode-test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// https://github.com/microsoft/vscode-test-cli
import { defineConfig } from '@vscode/test-cli';
export default defineConfig({
extensionDevelopmentPath: '..',
files: 'dist/**/*.test.js',
version: '1.92.0',
});

0 comments on commit 0913281

Please sign in to comment.