Age | Commit message (Collapse) | Author |
|
|
|
|
|
Because x86-64 is the default target, so update the related
documentations.
https://github.com/SerenityOS/serenity/commit/74018be739aa8fee6979c750beee0105867f6dcc
|
|
|
|
The current compilerArgs will cause an error when VSCode's C++ extension
queries the compiler for defaults, causing it to revert to the system's
default compiler.
|
|
|
|
Even though we tell the user to change the version manually if it
doesn't match with the current
`Toolchain/Local/i686/i686-pc-serenity/include/XX.X.X` version, it
doesn't hurt to update it properly now that versions differ by major
version.
|
|
This should make clangd work very well. I totally forgot to add this...
|
|
- Set commit message length to 72 according to CONTRIBUTING.md
- Format trailing new lines according to check-newlines-at-eof.py
|
|
|
|
Remove note about CMake Tools as version 1.9.0 has shipped and no longer
needed. Update details for files to latest versions and allow easier
copy and paste into an empty file.
|
|
With these you'll only need 3 tasks to cover lagom and all of normal
build and launch with just 3 Tasks and two option menus.
|
|
A spelling error caused an invalid file to be referenced,
change the summary value so it mentions to the correct file.
|
|
This is a combination of the efforts of multiple people and hours of
pain trying to configure VSCode properly. This should give a good
baseline for anyone trying to develop Serenity with VSCode.
Co-authored-by: Hendiadyoin1 <leon2002.la@gmail.com>
|