Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 7, 2024
1 parent 917f45c commit cff1241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
5 changes: 3 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"tamasfe.even-better-toml",
"github.vscode-github-actions",
"codecov.codecov",
"ritwickdey.liveserver"
"ritwickdey.liveserver",
"esbenp.prettier-vscode"
]
}
},
Expand All @@ -45,7 +46,7 @@
"source=./codeforlife-package-python,target=/workspace/codeforlife-package-python,type=bind,consistency=cached"
],
"name": "portal-react",
"postCreateCommand": "./setup",
"postCreateCommand": "sudo chmod u+x ./setup && ./setup",
"remoteUser": "root",
"service": "base-service",
"shutdownAction": "none",
Expand Down
14 changes: 0 additions & 14 deletions .vscode/codeforlife.code-snippets
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"javascript.module.doccomment": {
"body": [
"/**",
" * \u00a9 Ocado Group",
" * Created on $CURRENT_DATE/$CURRENT_MONTH/$CURRENT_YEAR at $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND($CURRENT_TIMEZONE_OFFSET).",
" *",
" * ${1:__description__}",
" */"
],
"prefix": [
"/"
],
"scope": "javascript,typescript,javascriptreact,typescriptreact"
},
"python.module.docstring": {
"body": [
"\"\"\"",
Expand Down
7 changes: 0 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"request": "test",
"type": "debugpy"
},
{
"name": "React Dev Server",
"preLaunchTask": "start-react-dev-server",
"request": "launch",
"type": "chrome",
"url": "http://localhost:3000"
},
{
"args": [
"runserver",
Expand Down

0 comments on commit cff1241

Please sign in to comment.