Skip to content
Snippets Groups Projects
Commit e7f45db4 authored by Éloïs's avatar Éloïs
Browse files

style: apply prettier

parent fd734dcf
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,7 @@
"request": "launch",
"name": "Debug unit tests in library 'lc-core'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=lc-core"
],
"args": ["test", "--no-run", "--lib", "--package=lc-core"],
"filter": {
"name": "lc-core",
"kind": "lib"
......@@ -28,20 +23,13 @@
"request": "launch",
"name": "Debug executable 'lc-core'",
"cargo": {
"args": [
"build"
],
"args": ["build"],
"filter": {
"name": "lc-core",
"kind": "bin"
}
},
"args": [
"--tmp",
"--dev",
"--execution",
"Native"
],
"args": ["--tmp", "--dev", "--execution", "Native"],
"cwd": "${workspaceFolder}"
},
{
......@@ -49,12 +37,7 @@
"request": "launch",
"name": "Debug unit tests in executable 'lc-core'",
"cargo": {
"args": [
"test",
"--no-run",
"--bin=lc-core",
"--package=lc-core"
],
"args": ["test", "--no-run", "--bin=lc-core", "--package=lc-core"],
"filter": {
"name": "lc-core",
"kind": "bin"
......@@ -66,16 +49,11 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in library 'lc-core-runtime'",
"name": "Debug unit tests in library 'gdev-runtime'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=lc-core-runtime"
],
"args": ["test", "--no-run", "--lib", "--package=gdev-runtime"],
"filter": {
"name": "lc-core-runtime",
"name": "gdev-runtime",
"kind": "lib"
}
},
......@@ -87,12 +65,7 @@
"request": "launch",
"name": "Debug unit tests in library 'pallet-certification'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=pallet-certification"
],
"args": ["test", "--no-run", "--lib", "--package=pallet-certification"],
"filter": {
"name": "pallet-certification",
"kind": "lib"
......@@ -106,12 +79,7 @@
"request": "launch",
"name": "Debug unit tests in library 'pallet-identity'",
"cargo": {
"args": [
"test",
"--no-run",
"--lib",
"--package=pallet-identity"
],
"args": ["test", "--no-run", "--lib", "--package=pallet-identity"],
"filter": {
"name": "pallet-identity",
"kind": "lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment