Skip to content

Commit 489bacd

Browse files
fix: undo accidental delete
1 parent 5dae03a commit 489bacd

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// },
1111
"features": {
1212
"ghcr.io/itsmechlark/features/postgresql:1": {
13+
"version": 12
1314
},
1415
"ghcr.io/devcontainers/features/node:1": {}
1516
},

.freeCodeCamp/.bashrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ export PATH="$PATH:$HOME/.rvm/bin"
129129
# stuff I added
130130
PS1='camper: \[\033[01;34m\]/${PWD##*/}\[\033[00m\]\$ '
131131
HISTFILE=/workspace/.bash_history
132-
PROMPT_COMMAND='echo $PWD >> /workspace/project/.freeCodeCamp/test/.cwd; history -a'
133-
trap 'echo $BASH_COMMAND >> /workspace/project/.freeCodeCamp/test/.next_command' DEBUG
132+
PROMPT_COMMAND='echo $PWD >> /workspace/learn-celestial-bodies-database/.freeCodeCamp/test/.cwd; history -a'
133+
trap 'echo $BASH_COMMAND >> /workspace/learn-celestial-bodies-database/.freeCodeCamp/test/.next_command' DEBUG

.vscode/settings.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@
2626
"explorer.openEditors.visible": 0,
2727
"extensions.autoCheckUpdates": false,
2828
"extensions.ignoreRecommendations": true,
29-
"files.autoSave": "afterDelay",
30-
"files.exclude": {
31-
"**/.git": true,
32-
"**/.svn": true,
33-
"**/.hg": true,
34-
"**/CVS": true,
35-
"**/.DS_Store": true,
36-
".vscode": true,
37-
".gitignore": true,
38-
".freeCodeCamp": true,
39-
"learn-celestial-bodies-database": true,
40-
".gitpod": true,
41-
".devcontainer": true,
42-
".gitpod.yml": true,
43-
"CHANGELOG.md": true,
44-
"coderoad.yaml": true,
45-
"tutorial.json": true,
46-
"TUTORIAL.md": true
47-
},
29+
// "files.autoSave": "afterDelay",
30+
// "files.exclude": {
31+
// "**/.git": true,
32+
// "**/.svn": true,
33+
// "**/.hg": true,
34+
// "**/CVS": true,
35+
// "**/.DS_Store": true,
36+
// ".vscode": true,
37+
// ".gitignore": true,
38+
// ".freeCodeCamp": true,
39+
// "learn-celestial-bodies-database": true,
40+
// ".gitpod": true,
41+
// ".devcontainer": true,
42+
// ".gitpod.yml": true,
43+
// "CHANGELOG.md": true,
44+
// "coderoad.yaml": true,
45+
// "tutorial.json": true,
46+
// "TUTORIAL.md": true
47+
// },
4848
"html.autoClosingTags": false,
4949
"npm.fetchOnlinePackageInfo": false,
5050
"task.slowProviderWarning": false,

0 commit comments

Comments
 (0)