Skip to content

Commit 99edf10

Browse files
Remove bad UX of commit characters for paths (#1819)
Pressing a quote character at the start of a string and commiting to a path accidently is really annoying.
1 parent bb5f44e commit 99edf10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Services/TextDocument/Handlers/CompletionHandler.cs

-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ private CompletionItem CreateProviderItemCompletion(
384384
InsertText = completionText,
385385
FilterText = completionText,
386386
InsertTextFormat = insertFormat,
387-
CommitCharacters = MaybeAddCommitCharacters("\\", "/", "'", "\""),
388387
};
389388
}
390389

0 commit comments

Comments
 (0)