]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/.vscode/extensions.json
Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk
[rust.git] / src / tools / rust-analyzer / .vscode / extensions.json
1 {
2   // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3   // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
5   // List of extensions which should be recommended for users of this workspace.
6   "recommendations": ["vadimcn.vscode-lldb"],
7   // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8   "unwantedRecommendations": []
9 }