mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix bad merge
This commit is contained in:
@@ -17,7 +17,6 @@ import * as nls from 'vscode-nls';
|
||||
import { applyCodeAction } from '../utils/codeAction';
|
||||
import * as languageModeIds from '../utils/languageModeIds';
|
||||
import { CommandManager, Command } from '../utils/commandManager';
|
||||
import { TsServerLogLevel } from '../utils/configuration';
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
@@ -195,7 +194,7 @@ class ApplyCompletionCodeActionCommand implements Command {
|
||||
}
|
||||
|
||||
interface Configuration {
|
||||
useCodeSnippetsOnMethodShowest: boolean;
|
||||
useCodeSnippetsOnMethodSuggest: boolean;
|
||||
nameSuggestions: boolean;
|
||||
quickSuggestionsForPaths: boolean;
|
||||
autoImportSuggestions: boolean;
|
||||
|
||||
Reference in New Issue
Block a user