.vscode/**
.vscode-test/**
out/**
node_modules/**
src/**
.gitignore
.github/**
vsc-extension-quickstart.md
**/tsconfig.json
**/*.map
**/*.ts
!syntaxes/**/*.json
!language-configuration/**/*.json
!themes/**/*.json
!snippets/**/*.json
**/.eslintrc.json
**/.DS_Store
**/npm-debug.log
**/yarn-error.log
**/*.vsix