diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..18999ab3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,13 @@ +{ + // You can have other configurations here + "image": "mcr.microsoft.com/devcontainers/universal:latest", + + // This is the key part for adding extensions + "customizations": { + "vscode": { + "extensions": [ + "Elastic.elastic-docs-v3-utilities" + ] + } + } +} \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..c6ee6ee2 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "Elastic.elastic-docs-v3-utilities" + ] +}