Skip to content

Commit a736da9

Browse files
committed
test: Added code for creating tests.
feat: Moved diagnostics to visitor instead of listener. refactor: Cleaned up existing implementations, for (hopefully) easier future implementaitons.
1 parent feead6a commit a736da9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8647
-3394
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: 'client/out/test/**/*.test.js',
5+
});

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.gitignore
55
**/tsconfig.json
66
**/tsconfig.base.json
7+
**/*.js.map
78
contributing.md
89
.travis.yml
910
client/node_modules/**

0 commit comments

Comments
 (0)