Skip to content

Commit 7469c33

Browse files
feat: refactor for freecodecamp-os@3 (#194)
1 parent be176fb commit 7469c33

File tree

551 files changed

+17553
-12698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

551 files changed

+17553
-12698
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
"vscode": {
44
"extensions": [
55
"dbaeumer.vscode-eslint",
6-
"freeCodeCamp.freecodecamp-courses@1.1.1",
6+
"freeCodeCamp.freecodecamp-courses@3.0.0",
77
"freeCodeCamp.freecodecamp-dark-vscode-theme"
88
]
99
}
1010
},
1111
"forwardPorts": [8080],
12-
"workspaceFolder": "/home/camper/curriculum",
12+
"workspaceFolder": "/workspace/euler-rust",
1313
"dockerFile": "../Dockerfile",
14-
"context": ".."
14+
"context": "..",
15+
"updateRemoteUserUID": false,
16+
"remoteUser": "gitpod",
17+
"containerUser": "gitpod",
18+
"postCreateCommand": "node tooling/adjust-url.js"
1519
}
Binary file not shown.

.freeCodeCamp/.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.freeCodeCamp/.eslintrc.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

.freeCodeCamp/.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.freeCodeCamp/.prettierrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

.freeCodeCamp/freecodecamp.conf.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

.freeCodeCamp/output/index.html

Lines changed: 0 additions & 51 deletions
This file was deleted.

.freeCodeCamp/output/index.js

Lines changed: 0 additions & 98 deletions
This file was deleted.

.freeCodeCamp/output/prism.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)