mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
clean up terminal suggest code, fix bugs (#237599)
This commit is contained in:
@@ -62,9 +62,9 @@ function createCodeTestSpecs(executable: string): ITestSpec2[] {
|
||||
{ input: `${executable} --merge ./file1 ./file2 ./base |`, expectedResourceRequests: { type: 'files', cwd: testCwd } },
|
||||
{ input: `${executable} --goto |`, expectedResourceRequests: { type: 'files', cwd: testCwd } },
|
||||
{ input: `${executable} --user-data-dir |`, expectedResourceRequests: { type: 'folders', cwd: testCwd } },
|
||||
{ input: `${executable} --profile |` },
|
||||
{ input: `${executable} --install-extension |` },
|
||||
{ input: `${executable} --uninstall-extension |` },
|
||||
{ input: `${executable} --profile |`, expectedResourceRequests: { type: 'both', cwd: testCwd } },
|
||||
{ input: `${executable} --install-extension |`, expectedResourceRequests: { type: 'both', cwd: testCwd } },
|
||||
{ input: `${executable} --uninstall-extension |`, expectedResourceRequests: { type: 'both', cwd: testCwd } },
|
||||
{ input: `${executable} --log |`, expectedCompletions: logOptions },
|
||||
{ input: `${executable} --sync |`, expectedCompletions: syncOptions },
|
||||
{ input: `${executable} --extensions-dir |`, expectedResourceRequests: { type: 'folders', cwd: testCwd } },
|
||||
|
||||
Reference in New Issue
Block a user