Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Oct 7, 2024
1 parent ab2bb89 commit 818dd9e
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 12 deletions.
3 changes: 2 additions & 1 deletion vscode/microsoft-kiota/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/
out/
.kiotabin/
*.vsix
*.vsix
.vscode-test
5 changes: 5 additions & 0 deletions vscode/microsoft-kiota/.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: 'out/test/**/*.test.js',
});
Loading

0 comments on commit 818dd9e

Please sign in to comment.