We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf021e commit e0320beCopy full SHA for e0320be
1 file changed
src/extension.ts
@@ -41,7 +41,8 @@ export function activate(context: vscode.ExtensionContext) {
41
42
const configFileCompletion: Array<vscode.CompletionItem> = [
43
new vscode.CompletionItem('report:\n\t'),
44
- new vscode.CompletionItem('hide-request\n\t'),
+ new vscode.CompletionItem('hide_request\n\t'),
45
+ new vscode.CompletionItem('hide_response\n\t'),
46
new vscode.CompletionItem('project_name: '),
47
new vscode.CompletionItem('spec_path: '),
48
new vscode.CompletionItem('output_path: '),
0 commit comments