Share exec/spawn code between shells

This commit is contained in:
Daniel Imms
2025-01-31 13:07:11 -08:00
parent 735fde9116
commit fee91cbff5
6 changed files with 58 additions and 88 deletions

View File

@@ -5,7 +5,7 @@
import * as vscode from 'vscode';
import * as fs from 'fs/promises';
import * as path from 'path';
import { exec, ExecOptionsWithStringEncoding } from 'child_process';
import { ExecOptionsWithStringEncoding } from 'child_process';
import { upstreamSpecs } from './constants';
import codeCompletionSpec from './completions/code';
import cdSpec from './completions/cd';