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

16 строки
388 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",
"programfiles",
"REGHEXVALUE",
"REGTYPE"
]
}