Skip to content

Commit 1a8336f

Browse files
Update devcontainer
1 parent 8479c9b commit 1a8336f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// Add the IDs of extensions you want installed when the container is created.
2020
"extensions": [
2121
"dbaeumer.vscode-eslint",
22-
"svelte.svelte-vscode"
22+
"svelte.svelte-vscode",
23+
"arcticicestudio.nord-visual-studio-code"
2324
],
2425

2526
// Use 'forwardPorts' to make a list of ports inside the container available locally.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.7",
2+
"version": "1.0.8",
33
"name": "svelte-screen-wake-lock",
44
"description": "Svelte component to use the Screen Wake Lock API to progressively enhance the app",
55
"keywords": [

0 commit comments

Comments
 (0)