mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix #71138
This commit is contained in:
@@ -254,8 +254,8 @@
|
||||
"body": [
|
||||
"try {",
|
||||
"\t${1://code...}",
|
||||
"} catch (${2:\\Throwable} ${3:$$th}) {",
|
||||
"\t${4://throw $$th;}",
|
||||
"} catch (${2:\\Throwable} ${3:\\$th}) {",
|
||||
"\t${4://throw \\$th;}",
|
||||
"}"
|
||||
],
|
||||
"description": "Try catch block"
|
||||
|
||||
Reference in New Issue
Block a user