Skip to content

Commit

Permalink
rm setting from test
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jan 24, 2025
1 parent 5ffa212 commit 985dd0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export interface ITerminalSuggestConfiguration {
'terminal-suggest': boolean;
'pwsh-shell-integration': boolean;
};
enableExtensionCompletions: boolean;
}

export const terminalSuggestConfiguration: IStringDictionary<IConfigurationPropertySchema> = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ suite('Terminal Contrib Suggest Recordings', () => {
'terminal-suggest': true,
'pwsh-shell-integration': true,
},
enableExtensionCompletions: false
} satisfies ITerminalSuggestConfiguration
}
};
Expand Down

0 comments on commit 985dd0f

Please sign in to comment.