Skip to content

Commit 0ea0941

Browse files
committed
Clean up codespaces file
1 parent 70e6ced commit 0ea0941

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.devcontainer.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,14 @@
33
{
44
"name": "docs.github.com",
55
"service": "container-doc",
6-
<<<<<<< HEAD
7-
<<<<<<< HEAD
8-
=======
9-
=======
10-
"dockerFile": "Dockerfile",
11-
>>>>>>> f1a1374d... Use project's Dockerfile for codespaces
12-
// Use 'settings' to set *default* container specific settings.json values on container create.
13-
// You can edit these settings after create using File > Preferences > Settings > Remote.
14-
>>>>>>> 4954e202... Add codespaces environment
156
"settings": {
167
"terminal.integrated.shell.linux": "/bin/bash",
178
"cSpell.language": ",en"
189
},
19-
<<<<<<< HEAD
2010
// Install pre-requisites, and start to serve docs.github.com locally
2111
"postCreateCommand": "npm install && npm start",
2212
"forwardPorts": [4000],
2313
// Visual Studio Code extensions which help authoring for docs.github.com.
24-
=======
25-
"postCreateCommand": "npm install && npm start",
26-
"appPort": 4000,
27-
// Add the IDs of extensions you want installed when the container is created in the array below.
28-
>>>>>>> 4954e202... Add codespaces environment
2914
"extensions": [
3015
"yzhang.markdown-all-in-one",
3116
"streetsidesoftware.code-spell-checker"

0 commit comments

Comments
 (0)