Skip to content

Commit b6d1d74

Browse files
committed
First commit
0 parents  commit b6d1d74

File tree

5 files changed

+985
-0
lines changed

5 files changed

+985
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

.vscode/launch.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [{
4+
"type": "lldb",
5+
"request": "launch",
6+
"name": "Debug executable 'esfuse-pnp'",
7+
"cargo": {
8+
"args": [
9+
"build",
10+
"--bin=esfuse-pnp",
11+
"--package=esfuse-pnp"
12+
],
13+
"filter": {
14+
"name": "esfuse-pnp",
15+
"kind": "bin"
16+
}
17+
},
18+
"args": ["typescript", "/Users/mael.nison/berry/package.json"],
19+
"cwd": "${workspaceFolder}"
20+
}]
21+
}

0 commit comments

Comments
 (0)