Skip to content

Commit 9fae966

Browse files
Merge pull request #334 from LHyphen/master
docs: ✏️ improve documentation
2 parents 8e06c28 + d1a4d07 commit 9fae966

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You can also set to save file before compiling.
4040
| c-cpp-compile-run.c-compiler | The C compiler path (e.g: /usr/bin/gcc or C:\\TDM-GCC-64\\bin\\gcc.exe) |
4141
| c-cpp-compile-run.cpp-compiler | The Cpp compiler path (e.g: /usr/bin/g++ C:\\TDM-GCC-64\\bin\\gcc.exe) |
4242
| c-cpp-compile-run.save-before-compile | Whether should save the file before compiling |
43-
| c-cpp-compile-run.c-flags | The C flags: e.g. -Wall. default: -Wall -Wextra |
44-
| c-cpp-compile-run.cpp-flags | The Cpp flags: e.g. -Wall. default: -Wall -Wextra |
43+
| c-cpp-compile-run.c-flags | The C flags: e.g. -Wall. default: -Wall -Wextra -g3 |
44+
| c-cpp-compile-run.cpp-flags | The Cpp flags: e.g. -Wall. default: -Wall -Wextra -g3 |
4545
| c-cpp-compile-run.run-args | The run arguments |
4646
| c-cpp-compile-run.run-in-external-terminal | Whether should run in an external terminal |
4747
| c-cpp-compile-run.should-show-notifications | Whether should show notifications |

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@
272272
},
273273
"c-cpp-compile-run.c-flags": {
274274
"type": "string",
275-
"description": "The C flags: e.g. -Wall. default: -Wall -Wextra",
275+
"description": "The C flags: e.g. -Wall. default: -Wall -Wextra -g3",
276276
"default": "-Wall -Wextra -g3",
277277
"scope": "resource"
278278
},
279279
"c-cpp-compile-run.cpp-flags": {
280280
"type": "string",
281-
"description": "The Cpp flags: e.g. -Wall. default: -Wall -Wextra",
281+
"description": "The Cpp flags: e.g. -Wall. default: -Wall -Wextra -g3",
282282
"default": "-Wall -Wextra -g3",
283283
"scope": "resource"
284284
},

0 commit comments

Comments
 (0)