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.
2 parents 352c20b + ad915e2 commit 8e8fb3dCopy full SHA for 8e8fb3d
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