From 3aecb54e03ea39fb0ae4bc2f902fe8d284db8750 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Wed, 10 Apr 2019 23:36:11 +0200 Subject: [PATCH] Add example of read-made configuration --- package.json | 3 ++- .../Microsoft/vscode-azure-account/.devcontainer.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 repository-configurations/github.com/Microsoft/vscode-azure-account/.devcontainer.json diff --git a/package.json b/package.json index 788745a353..11a1c15b02 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.2.0", "description": "VS Code Dev Containers: Definitions and Templates", "files": [ - "containers" + "containers", + "repository-configurations" ], "repository": { "type": "git", diff --git a/repository-configurations/github.com/Microsoft/vscode-azure-account/.devcontainer.json b/repository-configurations/github.com/Microsoft/vscode-azure-account/.devcontainer.json new file mode 100644 index 0000000000..5adb37f547 --- /dev/null +++ b/repository-configurations/github.com/Microsoft/vscode-azure-account/.devcontainer.json @@ -0,0 +1,4 @@ +{ + "name": "Node.js 10", + "image": "chrmarti/node" +} \ No newline at end of file