Skip to content

Commit 41fa717

Browse files
committed
chore: tidy up config
1 parent 3b7d35a commit 41fa717

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const initializationOptions = {
1313
defaultFormatterOptions: {},
1414
options: {}
1515
},
16+
dev: {},
17+
trace: {},
1618
experimental: {
1719
templateInterpolationService:
1820
extensionConfig.experimental.templateInterpolationService
@@ -29,10 +31,7 @@ const initializationOptions = {
2931
format: {}
3032
},
3133
emmet: {},
32-
stylusSupremacy: {},
33-
dev: {},
34-
trace: {},
35-
experimental: {}
34+
stylusSupremacy: {}
3635
}
3736
};
3837

0 commit comments

Comments
 (0)