We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4dbb0 commit 558f7f6Copy full SHA for 558f7f6
extensions/ql-vscode/snippets.json
@@ -34,12 +34,12 @@
34
"\tpredicate isSource(DataFlow::Node node) {",
35
"\t\t${2:none()}",
36
"\t}",
37
- "\t",
+ "",
38
"\tpredicate isSink(DataFlow::Node node) {",
39
"\t\t${3:none()}",
40
41
"}",
42
43
"module ${4:Flow} = DataFlow::Global<$1>;"
44
],
45
"description": "Boilerplate for a dataflow tracking class"
@@ -51,12 +51,12 @@
51
52
53
54
55
56
57
58
59
60
"module ${4:Flow} = TaintTracking::Global<$1>;"
61
62
"description": "Boilerplate for a taint tracking class"
0 commit comments