23 lines
752 B
JSON
23 lines
752 B
JSON
{
|
|
// 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": [
|
|
"yzhang.markdown-all-in-one",
|
|
"redhat.ansible",
|
|
"srobert0560.sr-ansible-snippets",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"streetsidesoftware.code-spell-checker-german",
|
|
"ms-ceintl.vscode-language-pack-de",
|
|
"mhutchie.git-graph",
|
|
"hashicorp.terraform",
|
|
"esbenp.prettier-vscode",
|
|
"redhat.vscode-yaml"
|
|
|
|
],
|
|
// List of extensions recommended by VSCodium that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": [
|
|
|
|
]
|
|
} |