ryu1kn/vscode-edit-with-shell

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.github/FUNDING.yml
.github/workflows/codeql-analysis.yml
.gitignore
.mocharc.json
.nvmrc
.nycrc
.travis.yml
.vscode/launch.json
.vscodeignore
CHANGELOG.md
LICENSE.txt
README.md
images/animations/edit-and-run-command-history.gif
images/animations/insert-command-output.gif
images/animations/public.gif
images/edit-with-shell.png
package.json
tag-release.sh
tsconfig.json
tslint.json
yarn.lock
src/extension.ts7
src/lib/adapters/editor.ts46
src/lib/adapters/workspace.ts19
src/lib/app-integrator-factory.ts77
src/lib/app-integrator.ts47
src/lib/command-reader.ts35
src/lib/command-wrap.ts29
src/lib/commands/clear-history.ts8
src/lib/commands/extension-command.ts4
src/lib/commands/run-input.ts16
src/lib/commands/run-quick.ts23
src/lib/commands/run.ts41
src/lib/const.ts1
src/lib/error-message-formatter.ts22
src/lib/errors/command.ts8
src/lib/history-store.ts21
src/lib/logger.ts3
src/lib/process-runner.ts35
A
1 hr
src/lib/resolve-os-kind.ts8
src/lib/shell-command-exec-context.ts27
src/lib/shell-command-service.ts41
src/lib/shell-settings-resolver.ts16
src/lib/types/collection.ts3
src/lib/types/node.ts4
src/lib/types/vscode.ts12