Skip to content

Commit f813ccc

Browse files
committed
use permalink to vscode repo
1 parent a36bb1d commit f813ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-term/src/commands/lsp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ pub fn code_action(cx: &mut Context) {
465465
// sort by CodeActionKind
466466
// this ensures that the most relevant codeactions (quickfix) show up first
467467
// while more situational commands (like refactors) show up later
468-
// this behaviour is modeled after the behaviour of vscode (editor/contrib/codeAction/browser/codeActionWidget.ts)
468+
// this behaviour is modeled after the behaviour of vscode (https://github.com/microsoft/vscode/blob/eaec601dd69aeb4abb63b9601a6f44308c8d8c6e/src/vs/editor/contrib/codeAction/browser/codeActionWidget.ts)
469469

470470
actions.sort_by_key(|action| match &action {
471471
lsp::CodeActionOrCommand::CodeAction(lsp::CodeAction {

0 commit comments

Comments
 (0)