Skip to content
Snippets Groups Projects

Feature/types bundle

Closed Benoit Lavenier requested to merge blavenie/lc-core-substrate:feature/types-bundle into master
Files
21
+ 30
0
@@ -32,6 +32,36 @@
}
}
]
},
{
"label": "Run --tmp",
"type": "shell",
"command": "cargo",
"args": ["run", "--release", "--", "--dev", "--tmp"],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": [
{
"owner": "rust",
"fileLocation": ["relative", "${workspaceRoot}"],
"pattern": {
"regexp": "^(.*):(\\d+):(\\d+):\\s+(\\d+):(\\d+)\\s+(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"endLine": 4,
"endColumn": 5,
"severity": 6,
"message": 7
}
}
]
}
]
}
\ No newline at end of file
Loading