Commit de60599
fix: escape snippet variable in while snippet to fix VS Code warning (#206)
The while snippet used `$$a` which VS Code interprets as a snippet
variable reference, triggering a startup warning about confusing
snippet-variables and snippet-placeholders. Escape it as `\$a` to
match the do…while snippet's existing correct escaping.
Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>1 parent 89627fb commit de60599
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
0 commit comments