mirror of
https://github.com/okalachev/flix.git
synced 2026-06-27 21:46:38 +00:00
17df1c5396
Use dangmai.workspace-default-settings externsion for that.
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
"recommendations": [
|
|
"dangmai.workspace-default-settings",
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"ms-python.python"
|
|
],
|
|
"unwantedRecommendations": []
|
|
}
|