created basic auto complete
This commit is contained in:
commit
b57ed5108d
17 changed files with 5169 additions and 0 deletions
14
.vscodeignore
Normal file
14
.vscodeignore
Normal file
|
@ -0,0 +1,14 @@
|
|||
.vscode/**
|
||||
.vscode-test/**
|
||||
out/**
|
||||
node_modules/**
|
||||
src/**
|
||||
.gitignore
|
||||
.yarnrc
|
||||
webpack.config.js
|
||||
vsc-extension-quickstart.md
|
||||
**/tsconfig.json
|
||||
**/eslint.config.mjs
|
||||
**/*.map
|
||||
**/*.ts
|
||||
**/.vscode-test.*
|
Loading…
Add table
Add a link
Reference in a new issue