vscode-dotnet-runtime/.vscode/settings.json

17 строки
408 B
JSON

// Ensure that we don't send telemetry when using the sample extension in this workspace
{
"dotnetAcquisitionExtension.enableTelemetry": false,
"cSpell.words": [
"APPDATA",
"aspnet",
"aspnetcore",
"distros",
"HKCU",
"HKEY",
"norestart",
"proccom",
"programfiles",
"REGHEXVALUE",
"REGTYPE"
]
}