File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 "language" : " javascriptreact" ,
5656 "path" : " ./snippets/javascriptreact.json"
5757 }
58- ]
58+ ],
59+ "configuration" : {
60+ "title" : " Ackee Frontend" ,
61+ "properties" : {
62+ "ackeeFrontend.moduleDependencies" : {
63+ "type" : " boolean" ,
64+ "default" : true ,
65+ "description" : " If enabled it uses named imports from dependencies.js file of the module."
66+ },
67+ "ackeeFrontend.felaHooks" : {
68+ "type" : " boolean" ,
69+ "default" : true ,
70+ "description" : " If enabled, scaffolded components will use enhanced fela hooks instead of connect HOC."
71+ },
72+ "ackeeFrontend.typescript" : {
73+ "type" : " boolean" ,
74+ "default" : false ,
75+ "description" : " If enabled, scaffolded components will be in TypeScript."
76+ }
77+ }
78+ }
5979 },
6080 "scripts" : {
6181 "vscode:prepublish" : " npm run compile" ,
You can’t perform that action at this time.
0 commit comments