Skip to content

Commit 9fd4a60

Browse files
author
Mike Nikles
committed
Add the Svelte VS Code extension.
1 parent 8a533d2 commit 9fd4a60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitpod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
tasks:
23
- init: npm install
34
command: |
@@ -6,4 +7,8 @@ tasks:
67
78
ports:
89
- port: 3000
9-
onOpen: open-browser
10+
onOpen: open-browser
11+
12+
vscode:
13+
extensions:
14+
- svelte.svelte-vscode

0 commit comments

Comments
 (0)