606 B
606 B
-
Uncomment the
customizationsproperty and edit it as follows to install the "Code Spell Checker" {% data variables.product.prodname_vscode_shortname %} extension.// Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code. "vscode": { // Add the IDs of extensions you want installed when the container is created. "extensions": [ "streetsidesoftware.code-spell-checker" ] } }The
devcontainer.jsonfile should now look similar to this, depending on which image you chose: