mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Add azd fig spec
This commit is contained in:
1808
extensions/terminal-suggest/src/completions/azd.ts
Normal file
1808
extensions/terminal-suggest/src/completions/azd.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,7 @@
|
||||
|
||||
import { ExecOptionsWithStringEncoding } from 'child_process';
|
||||
import * as vscode from 'vscode';
|
||||
import azdSpec from './completions/azd';
|
||||
import cdSpec from './completions/cd';
|
||||
import codeCompletionSpec from './completions/code';
|
||||
import codeInsidersCompletionSpec from './completions/code-insiders';
|
||||
@@ -58,6 +59,7 @@ function getCacheKey(machineId: string, remoteAuthority: string | undefined, she
|
||||
}
|
||||
|
||||
export const availableSpecs: Fig.Spec[] = [
|
||||
azdSpec,
|
||||
cdSpec,
|
||||
codeInsidersCompletionSpec,
|
||||
codeCompletionSpec,
|
||||
|
||||
Reference in New Issue
Block a user