blob: 22a7434d157795f6f62c0402ce119b40006387b7 [file] [log] [blame]
{
// See http://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": [
"ms-vscode.go", // Go-lang language support
"redhat.vscode-yaml", // docker + k8s code hints and code snippets
"keyring.lua", // lua language support
"ms-kubernetes-tools.vscode-kubernetes-tools", // managing k8s
"ms-azuretools.vscode-docker", // managing docker
"wayou.vscode-todo-highlight" // highlighting TODOs and FIXMEs
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}