You've already forked qoder-cli-vscode
- Add package.json with extension metadata and dependencies - Add tsconfig.json for TypeScript compilation - Add .eslintrc.json for code linting - Add .vscodeignore for packaging exclusions 🤖 Generated with [Qoder](https://qoder.com)
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|