Skip to content

Commit

Permalink
Merge pull request #20 from qsharp-community/crazy4pi314/devcontainer
Browse files Browse the repository at this point in the history
Crazy4pi314/devcontainer
  • Loading branch information
crazy4pi314 authored Jul 9, 2020
2 parents a7aaa1a + 753fbeb commit 7038d40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7038d40

Please sign in to comment.