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