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 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