提交 c535c2d3 编写于 作者: M Matt Bierner

Renaming tests to CodeAction

上级 eab54db0
......@@ -14,7 +14,7 @@ import { getCodeActions } from 'vs/editor/contrib/codeAction/codeAction';
import { CodeActionKind } from 'vs/editor/contrib/codeAction/codeActionTrigger';
import { MarkerSeverity } from 'vs/platform/markers/common/markers';
suite('QuickFix', () => {
suite('CodeAction', () => {
let langId = new LanguageIdentifier('fooLang', 17);
let uri = URI.parse('untitled:path');
......
......@@ -16,7 +16,7 @@ import { IDisposable } from 'vs/base/common/lifecycle';
import { Range } from 'vs/editor/common/core/range';
import { ICodeEditor } from 'vs/editor/browser/editorBrowser';
suite('QuickFix', () => {
suite('CodeAction', () => {
const languageIdentifier = new LanguageIdentifier('foo-lang', 3);
let uri = URI.parse('untitled:path');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册