.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/**/*.d.ts
node_modules/**/*.md
node_modules/**/LICENSE*
node_modules/**/README*
node_modules/**/CHANGELOG*
node_modules/**/.github/**
node_modules/**/test/**
node_modules/**/tests/**
node_modules/**/*.test.js
PUBLISH_COMMANDS.md
*.vsix
