Skip to content

Commit 5ca5827

Browse files
committed
random updates
1 parent 63b36e0 commit 5ca5827

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.devcontainer/devcontainer-lock.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"features": {
3-
"ghcr.io/devcontainers-extra/features/asdf-package:1": {
4-
"version": "1.0.8",
5-
"resolved": "ghcr.io/devcontainers-extra/features/asdf-package@sha256:7af00630eaeeb3a42fcf91daccf71a8314d0106b2ee4d5b6a6b5bc17c037715e",
6-
"integrity": "sha256:7af00630eaeeb3a42fcf91daccf71a8314d0106b2ee4d5b6a6b5bc17c037715e"
7-
},
83
"ghcr.io/devcontainers/features/github-cli:1": {
94
"version": "1.0.13",
105
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:13b301a039ce9e0bb07d45ea0c106c946cfff01c3b9844bbec6b0c7bacba8de3",

.devcontainer/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
33
{
4-
"name": "Node.js",
4+
"name": "Website",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
77
"features": {
@@ -13,11 +13,7 @@
1313
"vscode": {
1414
"extensions": [
1515
"elmTooling.elm-ls-vscode"
16-
],
17-
"settings": {
18-
"elmLS.elmPath": "lamdera",
19-
"elmLS.onlyUpdateDiagnosticsOnSave": true
20-
}
16+
]
2117
}
2218
},
2319

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"elmLS.elmPath": "lamdera",
3+
"elmLS.onlyUpdateDiagnosticsOnSave": true
4+
}

app/Route/Index.elm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module Route.Index exposing (ActionData, Data, Model, Msg, footer, route)
22

33
import BackendTask exposing (BackendTask)
44
import BackendTask.File
5-
import Color.Manipulate
65
import Colours
76
import Css exposing (..)
87
import Effect exposing (Effect)

0 commit comments

Comments
 (0)