We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9bfc1 commit b23f46bCopy full SHA for b23f46b
.fork/custom-commands.json
@@ -0,0 +1,16 @@
1
+[
2
+ {
3
+ "version" : 1
4
+ },
5
6
+ "action" : {
7
+ "script" : "${repo:path}/scripts/format_typst.ps1",
8
+ "showOutput" : true,
9
+ "type" : "sh",
10
+ "waitForExit" : true
11
12
+ "name" : "Format",
13
+ "os" : "windows",
14
+ "target" : "revision"
15
+ }
16
+]
.issuetracker
@@ -0,0 +1,7 @@
+# Integration with Issue Tracker
+#
+# (note that '\' need to be escaped).
+
+[issuetracker "Github"]
+ regex = "#(\\d+)"
+ url = "https://github.com/DeveloperPaul123/modern-cv/issues/$1"
0 commit comments