We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f38c43 commit 7bd86a6Copy full SHA for 7bd86a6
1 file changed
extensions/ql-vscode/package.json
@@ -128,10 +128,6 @@
128
"type": "object",
129
"title": "CodeQL",
130
"properties": {
131
- "codelens-sample.enableCodeLens": {
132
- "type": "boolean",
133
- "default": true
134
- },
135
"codeQL.cli.executablePath": {
136
"scope": "window",
137
"type": "string",
@@ -271,16 +267,6 @@
271
267
}
272
268
},
273
269
"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
283
284
270
{
285
"command": "codeQL.authenticateToGitHub",
286
"title": "CodeQL: Authenticate to GitHub"
0 commit comments