Skip to content

Commit

Permalink
Update dependencies (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Apr 17, 2022
1 parent 63fa7c5 commit f497576
Show file tree
Hide file tree
Showing 19 changed files with 1,164 additions and 768 deletions.
8 changes: 0 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
"name": "Attach Gedit(Nix)",
"program": "/nix/store/xayryd4aps8pw1v3xwq5g2pzw3lif6kk-gedit-40.1/bin/.gedit-wrapped"
},
{
"type": "gdb",
"request": "launch",
"name": "Cargo test",
"target": "/home/riey/repos/kime/target/debug/deps/sebeolsik_3sin_p2-b3402d3703139896",
"cwd": "${workspaceRoot}"
// "arguments": "double_jongseong --exact --nocapture",
},
{
"type": "lldb",
"request": "launch",
Expand Down
13 changes: 1 addition & 12 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@
{
"type": "shell",
"command": [
"scripts/build.sh -ad"
"nix develop -c scripts/build.sh -ad || scripts/build.sh -ad"
],
"problemMatcher": [
"$rustc"
],
"group": "build",
"label": "build all"
},
{
"type": "shell",
"command": [
"nix develop -c scripts/build.sh -ad"
],
"problemMatcher": [
"$rustc"
],
"group": "build",
"label": "build all(Nix)"
}
]
}
Loading

0 comments on commit f497576

Please sign in to comment.