From 3a6f01f04ddaaed533de4243a144262cc76714ec Mon Sep 17 00:00:00 2001 From: Sarah Kaiser Date: Mon, 6 Jul 2020 14:41:14 -0700 Subject: [PATCH 1/2] Adding dev container file --- .devcontainer/devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..193fed8 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,12 @@ +{ + "image": "mcr.microsoft.com/quantum/samples:latest", + "extensions": [ + "quantum.quantum-devkit-vscode", + "ms-vscode.csharp", + "editorconfig.editorconfig", + "ms-python.python" + ], + "remoteEnv": { + "IQSHARP_HOSTING_ENV": "QRAM_DEVCONTAINER" + } +} \ No newline at end of file From 753fbebaf81539507194713ae877e5b7de8e76f3 Mon Sep 17 00:00:00 2001 From: Sarah Kaiser Date: Mon, 6 Jul 2020 14:49:32 -0700 Subject: [PATCH 2/2] Adding note in readme the devcontainer is done --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8c3518..7aa90c4 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,12 @@ operation QueryAndMeasureQRAM(memory : QRAM, queryAddress : Int) : Int { ## Installation TODO: -- Docker -- Binder -- Codespaces -- Remote dev env -- local install +- [ ] Docker +- [ ] Binder +- [ ] Codespaces +- [x] Remote development environment with VS Code + - Dev container is in `.devcontainer`, see instructions for VSCode on how to launch. +- [ ] local install ## API Reference