Skip to content

Commit e03f207

Browse files
committed
chore: 同步完成中符号不再作为提交输入
1 parent db872cb commit e03f207

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Intellisense/SyncCompletion/IdeographCompletionCommandHandler.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public int Exec(ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pv
7474

7575
if (nCmdID == (uint)VSConstants.VSStd2KCmdID.RETURN
7676
|| nCmdID == (uint)VSConstants.VSStd2KCmdID.TAB
77-
|| isTypedWhiteSpace
78-
|| isTypedPunctuation)
77+
|| isTypedWhiteSpace)
7978
{
8079
var completionSessions = _completionBroker.GetSessions(_textView);
8180
foreach (var completionSession in completionSessions)

0 commit comments

Comments
 (0)