-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathextensions.json
More file actions
28 lines (28 loc) · 942 Bytes
/
extensions.json
File metadata and controls
28 lines (28 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
// 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": [
// Formatting
"charliermarsh.ruff",
"njpwerner.autodocstring",
// Python
"ms-python.python",
"ms-python.black-formatter",
"jeff-hykin.better-cpp-syntax",
// Cython
"ktnrg45.vscode-cython",
// C / C++
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"ms-vscode.cmake-tools",
// reStructuredText
"lextudio.restructuredtext",
"lextudio.restructuredtext-pack",
// Notes & ToDos
"gruntfuggly.todo-tree",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}