Description:
In version 2.3.0, snippets trigger using the wrong keyboard language. This issue did not exist in earlier versions (1.x).
Steps to Reproduce:
Configure a snippet as follows: // Snippet: !today
Attempt to trigger the snippet by typing !today.
Expected Behavior:
The snippet should trigger when typing !today.
Actual Behavior:
The snippet only triggers when typing !todaz, indicating it is using English keyboard inputs instead of the correct keyboard language.
Version: 2.3.0
Description: In version 2.3.0, snippets trigger using the wrong keyboard language. This issue did not exist in earlier versions (1.x).
Steps to Reproduce:
// Snippet: !today
!today
.Expected Behavior: The snippet should trigger when typing
!today
.Actual Behavior: The snippet only triggers when typing
!todaz
, indicating it is using English keyboard inputs instead of the correct keyboard language.Notes:
Environment:
Workaround:
!todaz
as the snippet trigger.