created basic auto complete

This commit is contained in:
Leyla Becker 2025-07-18 22:40:06 -05:00
commit b57ed5108d
17 changed files with 5169 additions and 0 deletions

14
.vscodeignore Normal file
View 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.*