We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af4662 commit c1e9ae8Copy full SHA for c1e9ae8
.devcontainer/devcontainer.json
@@ -0,0 +1,13 @@
1
+{
2
+ // You can have other configurations here
3
+ "image": "mcr.microsoft.com/devcontainers/universal:latest",
4
+
5
+ // This is the key part for adding extensions
6
+ "customizations": {
7
+ "vscode": {
8
+ "extensions": [
9
+ "Elastic.elastic-docs-v3-utilities"
10
+ ]
11
+ }
12
13
+}
.vscode/extensions.json
@@ -0,0 +1,5 @@
+ "recommendations": [
0 commit comments