CodeQLCreateDatabaseToolSettings.

Languages Property

Summary

One or more to create CodeQL Database for. Specify the identifier for the language to create a database for, one of: cpp`, `csharp`, `go`, `java`, `javascript`, `python`, and `ruby (use javascript to analyze TypeScript code). When used with --db-cluster, the option accepts a comma-separated list, or can be specified more than once.

Syntax

public IList<CodeLanguage> Languages { get; set; }

Remarks

This is required

Value

Type Description
IList<CodeLanguage>

See Also