Skip to content

Commit 7bd86a6

Browse files
Remove sample code lens
1 parent 0f38c43 commit 7bd86a6

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@
128128
"type": "object",
129129
"title": "CodeQL",
130130
"properties": {
131-
"codelens-sample.enableCodeLens": {
132-
"type": "boolean",
133-
"default": true
134-
},
135131
"codeQL.cli.executablePath": {
136132
"scope": "window",
137133
"type": "string",
@@ -271,16 +267,6 @@
271267
}
272268
},
273269
"commands": [
274-
{
275-
"title": "Enable CodeLens",
276-
"command": "codelens-sample.enableCodeLens",
277-
"category": "CodeLens Sample"
278-
},
279-
{
280-
"title": "Disable Codelens",
281-
"command": "codelens-sample.disableCodeLens",
282-
"category": "CodeLens Sample"
283-
},
284270
{
285271
"command": "codeQL.authenticateToGitHub",
286272
"title": "CodeQL: Authenticate to GitHub"

0 commit comments

Comments
 (0)