Skip to content

Commit f44631d

Browse files
committed
Tweak settings descriptions
Consistently replace 'Meson setup' -> 'setup' as pointed out in code review. Improve phrasing for mesonbuild.buildFolder.
1 parent eed3086 commit f44631d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
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",
@@ -140,7 +140,7 @@
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": {

0 commit comments

Comments
 (0)