created basic auto complete
This commit is contained in:
commit
b57ed5108d
17 changed files with 5169 additions and 0 deletions
5
.vscode-test.mjs
Normal file
5
.vscode-test.mjs
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { defineConfig } from '@vscode/test-cli';
|
||||
|
||||
export default defineConfig({
|
||||
files: 'out/test/**/*.test.js',
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue