debugsettings.json
A the ASP.NET DebugSettings.json files
| Type | object |
|---|---|
| File match |
debugsettings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/debugsettings-json/latest.json |
| Source | https://www.schemastore.org/debugsettings.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
profiles
profile[]
A list of debug profiles
Definitions
profile
object
content
name
string
The name of the debug profile
minLength=1
commandLineArgs
string
The arguments to pass to the command.
workingDirectory
string
Sets the working directory of the command.
launchBrowser
boolean
Set to true if the browser should be launched.
launchUrl
string
The relative URL to launch in the browser.
format=uri
environmentVariables
Record<string, string>
Set the environment variables as key/value pairs.
sdkVersion
string
Sets the version of the SDK.