BoooomTool.Ammeter/.vscode/settings.json

15 lines
369 B
JSON
Raw Normal View History

2024-05-06 22:35:49 +08:00
{
"stm32-for-vscode.openOCDPath": false,
"stm32-for-vscode.makePath": false,
"stm32-for-vscode.armToolchainPath": false,
"files.associations": {
"刷新画线": "c",
"optional": "cpp",
"random": "cpp",
"limits": "cpp",
"new": "cpp",
"*.tcc": "cpp",
"cmath": "cpp",
"utility": "cpp"
}
}