Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug based on location
1 parent 24a8487 commit ad915e2Copy full SHA for ad915e2
1 file changed
python/.vscode/ql.code-snippets
@@ -25,6 +25,17 @@
25
"description": "has relative path",
26
},
27
28
+
29
+ "debug based on location": {
30
+ "scope": "ql",
31
+ "prefix": "debug based on location",
32
+ "body": [
33
+ "$1.getLocation().getFile().getShortName() = \"$2\" and",
34
+ "$1.getLocation().getStartLine() = $3 and",
35
+ ],
36
+ "description": "debug based on location",
37
+ },
38
39
"Exists": {
40
"scope": "ql",
41
"prefix": "exists",
0 commit comments