root / lab3 / .vscode / extensions.json @ 8
History | View | Annotate | Download (495 Bytes)
1 | 8 | up20180645 | { |
---|---|---|---|
2 | // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. |
||
3 | // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp |
||
4 | // List of extensions which should be recommended for users of this workspace. |
||
5 | "recommendations": [
|
||
6 | "austin.code-gnu-global",
|
||
7 | "ms-vscode.cpptools",
|
||
8 | "xaver.clang-format"
|
||
9 | ], |
||
10 | // List of extensions recommended by VS Code that should not be recommended for users of this workspace. |
||
11 | "unwantedRecommendations": []
|
||
12 | } |