diff options
| author | K900 <me@0upti.me> | 2023-02-01 12:15:04 +0300 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2023-02-01 15:47:19 +0300 |
| commit | deef7819e9863464365bc251c1070708e0925fc0 (patch) | |
| tree | 253d10ccb9177bcbd723b06082ad73150e8d1d7f /.vscode | |
| parent | 0487b4de4abc076d36325684226ea3bb312b88f8 (diff) | |
feat: use a Rust tool to do the PATH manipulations
Overkill? Yes. Fuck bash? Also yes.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index af3ba25..3f28854 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "rust-analyzer.linkedProjects": [ - "scripts/native-systemd-shim/Cargo.toml" + "scripts/native-utils/Cargo.toml" ], "workbench.colorCustomizations": { "commandCenter.border": "#e7e7e799", |
