-
Notifications
You must be signed in to change notification settings - Fork 520
Commit 8e4d1c0
authored
Fix snippet prefixes (especially
The snippets' prefixes should all be consistently lower-cased, and
moreover, the region/endregion snippet must not start with a hashtag,
because this triggers the completion when users are trying to type
comments. VS Code also has two built-in snippets with this issue, that
should be removed upstream.#region
) (#3900)1 parent 1b830ce commit 8e4d1c0
1 file changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 | - | ||
237 | + | ||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | - | ||
259 | + | ||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 | - | ||
331 | + | ||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| |||
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
542 | - | ||
542 | + | ||
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
|
0 commit comments