提交 4f13c4e6 编写于 作者: M Matt Bierner

Fix bad merge

上级 4eea7798
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册