mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
* libs: removed cxxheaderparser submodule, expecting one from toolchain * toolchain: v38 * vscode: now using clangd from toolchain * vscode: clangd path in config is now generated by fbt * vscode, fbt: improved clangd path generation * fbt: fixed LANG_SERVER handling; switched to clangd as default * vscode: removed deprecated options from config * ufbt: project template: updated clang-format, added clangd config * ufbt: now using clangd as default language server * ufbt: now using clangd as default language server
24 lines
969 B
JSON
24 lines
969 B
JSON
// This file is autogeneated by the ufbt.
|
|
// You can modify it, and it will not be overwritten if exists.
|
|
// Some paths are absolute, and will need to be updated if you move the project.
|
|
// To regenerate the file, delete it and run `ufbt vscode_dist` again.
|
|
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"ms-python.black-formatter",
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
|
"amiralizadeh9480.cpp-helper",
|
|
"marus25.cortex-debug",
|
|
"zxh404.vscode-proto3",
|
|
"augustocdias.tasks-shell-input",
|
|
"rioj7.command-variable"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": [
|
|
"twxs.cmake",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools"
|
|
]
|
|
} |