Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit c0a62a3

Browse files
authored
Merge pull request #18 from dwave-examples/update-devcontainer-json
Update ocean devcontainer to v1.1.0
2 parents 78a1053 + e1e43ce commit c0a62a3

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.devcontainer/devcontainer.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,18 @@
3434
// Configure properties specific to VS Code.
3535
"vscode": {
3636
// Set *default* container specific settings.json values on container create.
37-
"settings": {},
37+
"settings": {
38+
"workbench": {
39+
"editorAssociations": {
40+
"*.md": "vscode.markdown.preview.editor"
41+
},
42+
"startupEditor": "readme"
43+
}
44+
},
3845
"extensions": [
3946
"ms-python.python",
4047
"ms-toolsai.jupyter"
4148
]
42-
},
43-
44-
// Configure properties specific to Codespaces.
45-
"codespaces": {
46-
"openFiles": [
47-
"README.md",
48-
"README.rst"
49-
]
5049
}
5150
}
5251
}

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
[![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/)
2-
[![Linux/Mac/Windows build status](https://circleci.com/gh/dwave-examples/sudoku.svg?style=shield)](https://circleci.com/gh/dwave-examples/sudoku)
1+
[![Open in GitHub Codespaces](
2+
https://img.shields.io/badge/Open%20in%20GitHub%20Codespaces-333?logo=github)](
3+
https://codespaces.new/dwave-examples/sudoku?quickstart=1)
4+
[![Linux/Mac/Windows build status](
5+
https://circleci.com/gh/dwave-examples/sudoku.svg?style=shield)](
6+
https://circleci.com/gh/dwave-examples/sudoku)
37

48
# Sudoku
59

0 commit comments

Comments
 (0)