summaryrefslogtreecommitdiffstats
path: root/docs/other_vscode.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix VS code live share extension link (#21585)peepeetee2023-07-231-1/+1
|
* Far better VSCode intellisense support using clangd. (#20382)Nick Brassel2023-05-141-41/+10
|
* Add recommendations for VSCode intellisense (#19402)Woongbin Kang2023-04-031-10/+43
|
* [Doc]Remove depracted extension links in vscode guide (#19842)しぐれ2023-02-141-1/+1
|
* Update other_vscode.md (#17317)JunZuloo2022-06-081-2/+0
| | | Bracket pair colorizer has been deprecated since it is now a native feature, and VIM Keymap no longer exists, so I removed those 2 links.
* [Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen2022-02-061-1/+1
| | | | | | | * [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
* [Core] [Docs] Remove travis-ci references (#13916)Spaceman2021-08-201-1/+0
|
* Updated settings.json file to fit VSC's docs (#13829)Changsu Park2021-08-041-7/+10
| | | | | | | | | This change fixes the warning caused by deprecated way of configuring terminal profiles. The warning caused by old settings.json is the following: This is deprecated, the new recommended way to configure your default shell is by creating a terminal profile in `#terminal.integrated.profiles.windows#` and setting its profile name as the default in `#terminal.integrated.defaultProfile.windows#`. This will currently take priority over the new profiles settings but that will change in the future. Refer to the link below for more information: https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration
* Update other_vscode.md of Japanese document (#10604)shela2020-10-151-1/+1
| | | | | | | | | | | * Update Japanese document * Fix inline code * Update docs/ja/other_vscode.md Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Fixed typo in vscode docs (#10303)undermark52020-09-131-1/+1
| | | .vscode/c_cpp_properies.json -> .vscode/c_cpp_properties.json
* [Docs] small text and formatting fixes in vscode manual (#9156)Marco Syfrig2020-08-031-2/+2
| | | | | | | | | | | | | | | * small text and formatting fixes in vscode manual fix double opening <kbd> tags for correct formatting expand two points for better understanding * restored <kbd>, clarified how to open the terminal restored <kbd> tags that were deleted with the last commit; they are correct as they were to have the whole menu "breadcrumb" nested inside a box clarified how to open the terminal escaped backtick for shortcut Ctrl+` as I’ve added backticks for code on the same line * Update docs/other_vscode.md
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-251-1/+1
|
* [Docs] Add VSCode guide to docs (#5124)Drashna Jaelre2019-03-151-0/+117
* Add VSCode guide to docs * Fix settings menu enumeration * Update docs/other_vscode.md Co-Authored-By: drashna <drashna@live.com> * Update docs/other_vscode.md Co-Authored-By: drashna <drashna@live.com> * Update docs/other_vscode.md Co-Authored-By: drashna <drashna@live.com> * Update docs/other_vscode.md Co-Authored-By: drashna <drashna@live.com> * Update docs/other_vscode.md Co-Authored-By: drashna <drashna@live.com>