summaryrefslogtreecommitdiff
path: root/Documentation/VSCodeConfiguration.md
AgeCommit message (Collapse)Author
2022-12-28Documentation: Remove i686 supportLiav A
2022-11-03Documentation: Give collapsed sections consistent headersFiliph Sandström
2022-10-13Documentation: Update VSCodeConfiguration.mdleeight
Because x86-64 is the default target, so update the related documentations. https://github.com/SerenityOS/serenity/commit/74018be739aa8fee6979c750beee0105867f6dcc
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-08-01Documentation: Fix c_cpp_properties.json typoChun Ngai Au
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.
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-06-30Documentation: Bump compiler version to `12.1.0` in include pathsCyber Gsus
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.
2022-04-26Documentation: Add more clangd configuration optionskleines Filmröllchen
This should make clangd work very well. I totally forgot to add this...
2022-03-07Documentation: Improve VS Code settingsdotjpg3141
- Set commit message length to 72 according to CONTRIBUTING.md - Format trailing new lines according to check-newlines-at-eof.py
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-12-21Documentation: Update VSCode configurationalexmajor
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.
2021-11-06Documentation: Update and simplify VSCode Task recommendationHendiadyoin1
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.
2021-10-11Documentation: Fix spelling errormjz19910
A spelling error caused an invalid file to be referenced, change the summary value so it mentions to the correct file.
2021-08-27Documentation: Add configuration information for VSCodekleines Filmröllchen
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>