flix/.vscode/extensions.json
2024-07-25 06:51:47 +03:00

11 lines
246 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
"recommendations": [
"ms-vscode.cpptools",
"twxs.cmake",
"ms-vscode.cmake-tools",
"ms-python.python"
],
"unwantedRecommendations": []
}