File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ Expose the ` esbonio.sphinx.buildTriggers ` configuration option
Original file line number Diff line number Diff line change 164164 "default" : null ,
165165 "description" : " The sphinx-build command to use."
166166 },
167+ "esbonio.sphinx.buildTriggers" : {
168+ "scope" : " window" ,
169+ "type" : " object" ,
170+ "default" : null ,
171+ "properties" : {
172+ "onSave" : {
173+ "type" : " boolean" ,
174+ "default" : true ,
175+ "description" : " Trigger a build each time a file is saved"
176+ },
177+ "onChange" : {
178+ "type" : [" boolean" , " number" ],
179+ "default" : 2.0 ,
180+ "description" : " Trigger a build each time a file is changed"
181+ }
182+ },
183+ "description" : " Triggers that control when the language server rebuilds your project."
184+ },
167185 "esbonio.sphinx.configOverrides" : {
168186 "scope" : " resource" ,
169187 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments