Skip to content

Commit b17c769

Browse files
committed
Python: Remove accidental "foo" snippet
1 parent 5626427 commit b17c769

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

python/.vscode/ql.code-snippets

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -222,26 +222,6 @@
222222
],
223223
"description": "Type tracking class (select full class path before inserting)",
224224
},
225-
"foo": {
226-
"scope": "ql",
227-
"prefix": "foo",
228-
"body": [
229-
" /**",
230-
" * Taint propagation for `$1`.",
231-
" */",
232-
" private class InstanceTaintSteps extends InstanceTaintStepsHelper {",
233-
" InstanceTaintSteps() { this = \"$1\" }",
234-
"",
235-
" override DataFlow::Node getInstance() { result = instance() }",
236-
"",
237-
" override string getAttributeName() { none() }",
238-
"",
239-
" override string getMethodName() { none() }",
240-
"",
241-
" override string getAsyncMethodName() { none() }",
242-
" }",
243-
],
244-
},
245225
"API graph .getMember chain": {
246226
"scope": "ql",
247227
"prefix": "api graph .getMember chain",

0 commit comments

Comments
 (0)