File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 122122 "mesonbuild.buildFolder" : {
123123 "type" : " string" ,
124124 "default" : " builddir" ,
125- "description" : " Specify in which folder Meson build configure and build the project. Changing this value will reload the VS Code window."
125+ "description" : " Specify in which folder Meson configures and builds the project. Changing this value will reload the VS Code window."
126126 },
127127 "mesonbuild.configureOptions" : {
128128 "type" : " array" ,
129129 "default" : [],
130- "description" : " Specify the list of options used for Meson setup."
130+ "description" : " Specify the list of options used for setup."
131131 },
132132 "mesonbuild.configureEnvironment" : {
133133 "type" : " object" ,
140140 "mesonbuild.setupOptions" : {
141141 "type" : " array" ,
142142 "default" : [],
143- "description" : " Specify the list of options used for Meson setup. Can be used to specify a cross file (use --cross-file=FILE)." ,
143+ "description" : " Specify the list of options used for setup. Can be used to specify a cross file (use --cross-file=FILE)." ,
144144 "deprecationMessage" : " --cross-file and --native-file should be in configureOptions too."
145145 },
146146 "mesonbuild.testOptions" : {
You can’t perform that action at this time.
0 commit comments