Skip to content

Commit

Permalink
Neutral quickfix description, closes vshaxe/vshaxe#32
Browse files Browse the repository at this point in the history
(could be an import or a using)
  • Loading branch information
Gama11 committed Jan 21, 2017
1 parent 5578277 commit b4c8a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haxeLanguageServer/features/DiagnosticsManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class DiagnosticsManager {
}

var ret:Array<Command> = [{
title: "Remove import",
title: "Remove unused import/using",
command: "haxe.applyFixes",
arguments: [params.textDocument.uri, 0 /*TODO*/, [{range: patchRange(d.range), newText: ""}]]
}];
Expand Down

0 comments on commit b4c8a5b

Please sign in to comment.