Skip to content

Commit

Permalink
Merge pull request #18 from dwave-examples/update-devcontainer-json
Browse files Browse the repository at this point in the history
Update ocean devcontainer to v1.1.0
  • Loading branch information
randomir committed Oct 31, 2023
2 parents 78a1053 + e1e43ce commit c0a62a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
17 changes: 8 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,18 @@
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
"settings": {
"workbench": {
"editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"startupEditor": "readme"
}
},
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
]
},

// Configure properties specific to Codespaces.
"codespaces": {
"openFiles": [
"README.md",
"README.rst"
]
}
}
}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[![Open in Leap IDE](https://cdn-assets.cloud.dwavesys.com/shared/latest/badges/leapide.svg)](https://ide.dwavesys.io/#https://github.com/dwave-examples/sudoku/)
[![Linux/Mac/Windows build status](https://circleci.com/gh/dwave-examples/sudoku.svg?style=shield)](https://circleci.com/gh/dwave-examples/sudoku)
[![Open in GitHub Codespaces](
https://img.shields.io/badge/Open%20in%20GitHub%20Codespaces-333?logo=github)](
https://codespaces.new/dwave-examples/sudoku?quickstart=1)
[![Linux/Mac/Windows build status](
https://circleci.com/gh/dwave-examples/sudoku.svg?style=shield)](
https://circleci.com/gh/dwave-examples/sudoku)

# Sudoku

Expand Down

0 comments on commit c0a62a3

Please sign in to comment.