mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Add throwable to try/catch block
This commit is contained in:
@@ -254,6 +254,8 @@
|
||||
"body": [
|
||||
"try {",
|
||||
"\t${1://code...}",
|
||||
"} catch (\\Throwable \\$$t) {",
|
||||
"\t${2://throw $$t;}",
|
||||
"} catch (\\Exception \\$$e) {",
|
||||
"\t${2://throw $$e;}",
|
||||
"}"
|
||||
|
||||
Reference in New Issue
Block a user