Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
{
"type": "object",
"title": "CLI",
"id": "codeQL.cli",
"order": 0,
"properties": {
"codeQL.cli.executablePath": {
Expand All @@ -182,6 +183,7 @@
{
"type": "object",
"title": "Running queries",
"id": "codeQL.runningQueries",
"order": 1,
"properties": {
"codeQL.runningQueries.numberOfThreads": {
Expand Down Expand Up @@ -279,6 +281,7 @@
{
"type": "object",
"title": "Results",
"id": "codeQL.resultsDisplay",
"order": 2,
"properties": {
"codeQL.resultsDisplay.pageSize": {
Expand All @@ -291,6 +294,7 @@
{
"type": "object",
"title": "Query history",
"id": "codeQL.queryHistory",
"order": 3,
"properties": {
"codeQL.queryHistory.format": {
Expand All @@ -309,6 +313,7 @@
{
"type": "object",
"title": "Running tests",
"id": "codeQL.runningTests",
"order": 4,
"properties": {
"codeQL.runningTests.additionalTestArguments": {
Expand All @@ -330,6 +335,7 @@
{
"type": "object",
"title": "Variant analysis",
"id": "codeQL.variantAnalysis",
"order": 5,
"properties": {
"codeQL.variantAnalysis.controllerRepo": {
Expand Down Expand Up @@ -372,6 +378,7 @@
{
"type": "object",
"title": "Adding databases",
"id": "codeQL.addingDatabases",
"order": 6,
"properties": {
"codeQL.addingDatabases.downloadTimeout": {
Expand Down Expand Up @@ -399,6 +406,7 @@
{
"type": "object",
"title": "Creating queries",
"id": "codeQL.createQuery",
"order": 7,
"properties": {
"codeQL.createQuery.qlPackLocation": {
Expand All @@ -424,6 +432,7 @@
{
"type": "object",
"title": "GitHub Databases",
"id": "codeQL.githubDatabase",
"order": 8,
"properties": {
"codeQL.githubDatabase.download": {
Expand Down Expand Up @@ -457,6 +466,7 @@
{
"type": "object",
"title": "Model Editor",
"id": "codeQL.model",
"order": 9,
"properties": {
"codeQL.model.packLocation": {
Expand All @@ -474,6 +484,7 @@
{
"type": "object",
"title": "Log insights",
"id": "codeQL.logInsights",
"order": 10,
"properties": {
"codeQL.logInsights.joinOrderWarningThreshold": {
Expand All @@ -488,6 +499,7 @@
{
"type": "object",
"title": "Telemetry",
"id": "codeQL.telemetry",
"order": 11,
"properties": {
"codeQL.telemetry.logTelemetry": {
Expand Down