github.com/cilium/cilium@v1.16.2/.vscode/extensions.json (about) 1 { 2 // See https://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": [ 7 "golang.go", 8 "ms-vscode.cpptools", 9 "timonwong.shellcheck", 10 "idanp.checkpatch", 11 "redhat.vscode-yaml" 12 ], 13 // List of extensions recommended by VS Code that should not be recommended for users of this workspace. 14 "unwantedRecommendations": [ 15 ] 16 }