Skip to content

Commit 889a108

Browse files
committed
Make sure VS Code doesn't explode for *any* ember-try scenario.
1 parent 416c1fc commit 889a108

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"node_modules": true,
99
"dist": true,
1010
"tmp": true,
11-
"integrated-node-tests": true
11+
"integrated-node-tests": true,
12+
"ember-lts-2.12": true,
13+
"ember-lts-2.16": true,
14+
"ember-release": true,
15+
"ember-beta": true,
16+
"ember-canary": true,
17+
"ember-default": true
1218
}
1319
}

0 commit comments

Comments
 (0)