engineer-thesis-WUT/.vscode/extensions.json

23 lines
705 B
JSON
Raw Normal View History

2023-03-08 14:17:13 +01:00
{
"recommendations": [
"aaron-bond.better-comments",
2023-03-12 17:32:42 +01:00
"wmaurer.change-case",
"xaver.clang-format",
"streetsidesoftware.code-spell-checker",
"vadimcn.vscode-lldb",
2023-03-12 17:32:42 +01:00
"usernamehw.errorlens",
"donjayamanne.githistory",
"dtoplak.vscode-glsllint",
2023-03-12 17:32:42 +01:00
"kisstkondoros.vscode-gutter-preview",
"james-yu.latex-workshop",
2023-03-12 17:32:42 +01:00
"davidanson.vscode-markdownlint",
"pkief.material-icon-theme",
2023-03-12 17:32:42 +01:00
"streetsidesoftware.code-spell-checker-polish",
2023-04-02 17:59:15 +02:00
"slevesque.shader",
2023-06-28 19:52:12 +02:00
"ms-vscode.cpptools-themes",
"twxs.cmake",
"ms-vscode.cmake-tools",
2023-07-06 17:35:25 +02:00
"mine.cpplint",
"ms-vscode.cpptools"
2023-03-08 14:17:13 +01:00
]
}