Unnamed repository; edit this file 'description' to name the repository.
Formatting
LuisFerLCC 2023-12-12
parent 7251b86 · commit 0542723
-rw-r--r--editors/code/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 3ce17247b2..5a50237503 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1689,17 +1689,17 @@
{
"name": "rust-panic",
"patterns": [
- {
- "regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
- "file": 1,
- "line": 2,
- "column": 3
- },
- {
- "regexp": "(.*)",
- "message": 1
- }
- ]
+ {
+ "regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
+ "file": 1,
+ "line": 2,
+ "column": 3
+ },
+ {
+ "regexp": "(.*)",
+ "message": 1
+ }
+ ]
}
],
"languages": [