File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Check if you already have a Conan profile with `conan profile list`. If you have
37
37
just conan-profile
38
38
```
39
39
40
- Then, modify the ` $(conan config home)/profiles/default ` profile that was generated:
40
+ Then, edit the ` $(conan config home)/profiles/default ` profile that was generated by running ` just edit-conan-profile ` .
41
41
42
42
``` toml
43
43
[buildenv ]
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ default_args := ""
28
28
# ie. Set to `firefox` so that docs are opened with `firefox index.html`
29
29
default_browser := " xdg-open"
30
30
31
+ # The default editor to edit configuration files with
32
+ default_editor := " hx"
33
+
31
34
venv :
32
35
uv venv --python 3.13
33
36
@@ -39,6 +42,9 @@ py-deps reinstall="0":
39
42
conan-profile :
40
43
{{ conan }} profile detect --force
41
44
45
+ edit-conan-profile editor = default_editor profile = " default":
46
+ {{ editor }} $({{ conan }} config home)/ profiles/ {{ profile }}
47
+
42
48
conan-deps :
43
49
BUILD_DIR={{ build_dir }} \
44
50
{{ conan }} \
You can’t perform that action at this time.
0 commit comments