From e77cb8d6e239c5806dcc4a02bafdc2f64ed3a400 Mon Sep 17 00:00:00 2001 From: Elie Richa Date: Tue, 20 Aug 2024 10:30:12 +0000 Subject: [PATCH] Fix markdown warnings --- CHANGELOG.md | 79 ++++++++++------------------------------------------ 1 file changed, 15 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8078ecb..b04d501b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ * Load GNATtest tests in the Testing view. * Run individual tests or subsets of tests from the Testing view. - ## 24.0.5 (2024-04-13) * Display GPR errors and warnings in diagnostics @@ -25,7 +24,6 @@ - completion * Fix tasks based on current location - ## 24.0.4 (2024-02-17) * Improve auto import suggestion @@ -38,16 +36,16 @@ * Handle null environment variable in vscode settings * Implement a CodeLens provider of run and debug actions - ## 24.0.3 (2023-12-07) + * Mac OS Apple M1 experimental support * Tooltips for aspects, pragmas and attributes * GPR LS: with clauses, Case/When statements in Symbols * GPR LS: completion request for package & attributes * Fix extension publishing on Marketplace - ## 24.0.2 (2023-11-29) + * Experimental support on aarch64-linux platform * Fix prepareCallHierarchy request * Fix completion at the top of files @@ -57,7 +55,6 @@ * Organize settings into meaningful groups * Show a popup to reload the window on environment changes - ## 24.0.1 (2023-10-20) This is the first release using the LSP 3.17 protocol. @@ -73,41 +70,40 @@ implement even more new features for Ada in the future. * Create a gdb debugging launch configuration * Publish all diagnostics when refactorings fail - ## 23.0.21 (2023-07-19) * Fix VS Code extension on Windows * Fix 'Add subprogram box' command - ## 23.0.20 (2023-07-12) * Add onTypeFormatting request initial implementation. To try edit `settings.json` with: + ```json "[ada]": { "editor.formatOnType": true, }, "ada.onTypeFormatting.indentOnly": false, ``` + * Fixes and improvements in syntax highlighting - * Do not apply semantic tokens to unresolved identifiers - * Highlight 'True' and 'False' like 'null' + * Do not apply semantic tokens to unresolved identifiers + * Highlight 'True' and 'False' like 'null' * Fixes and improvements in hovers * Basic `.gpr` language support: [document symbols and diagnostics](https://github.com/AdaCore/ada_language_server/wiki/Project-file-editing) * Support [more architectures](https://github.com/AdaCore/ada_language_server/issues/1151) and platforms in VS Code - * Change executable location to // - * Add `arm64` as a supported architecture - * Add initialization code that checks specific combinations of + * Change executable location to `//` + * Add `arm64` as a supported architecture + * Add initialization code that checks specific combinations of architectures and platforms (e.g. arm64-darwin is supported even though it actually uses the x64-darwin executable, will use x86_64 target by default however) - * But no native ALS for `arm64` is provided for now + * But no native ALS for `arm64` is provided for now * Accept task bodies and packages for [subprogram box command](https://github.com/AdaCore/ada_language_server/issues/1153) * publish diagnostics when a refactoring fails. ![image](https://github.com/AdaCore/ada_language_server/assets/6430719/8b99bb79-eece-42e1-84d1-098640b7783d) - ## 23.0.19 (2023-06-15) * Fix highlights for obsolescent entities @@ -115,7 +111,6 @@ implement even more new features for Ada in the future. * Fix the build script to avoid unusable binaries on macOS * Fix --version reporting - ## 23.0.18 (2023-05-26) * Better diagnostic on errors on the project loading @@ -124,7 +119,6 @@ implement even more new features for Ada in the future. * Clarify the message in hovers when in aggregate projects * Add GPR tasks to build and run main subprograms - ## 23.0.17 (2023-05-09) * Increasing performance of Goto_Declaration @@ -134,7 +128,6 @@ implement even more new features for Ada in the future. * Improve aspect completion * Improve speed by simplify Is_Ada_File - ## 23.0.16 (2023-04-05) * Add support for setTrace notification @@ -142,7 +135,6 @@ implement even more new features for Ada in the future. * Fix the issue formatting isse [#1133](https://github.com/AdaCore/ada_language_server/issues/1133) * Fix the issue with typeless renaming [#1138](https://github.com/AdaCore/ada_language_server/issues/1138) - ## 23.0.15 (2023-03-22) * Fix `--config=file.json` [command option](https://github.com/AdaCore/ada_language_server/issues/1108) @@ -153,7 +145,6 @@ implement even more new features for Ada in the future. * Allow Windows-1252 charset for `.gpr` files as fallback * Work with no GNAT in the `PATH` in Alire crates - ## 23.0.14 (2023-02-20) * Initial implementaiton of Alire support. @@ -170,8 +161,8 @@ implement even more new features for Ada in the future. ![Sort dependencies](https://user-images.githubusercontent.com/22893717/217805066-ee69e6d6-4c9e-4075-8eb6-1fca7793c428.gif) - ## 23.0.13 (2023-01-25) + ## 23.0.12 (2022-12-28) * Activate snippet formatting in completion @@ -179,7 +170,6 @@ implement even more new features for Ada in the future. * Improvements in gnatpp/formatting * Drop VS Code extension with degug information included - ## 23.0.11 (2022-11-08) * Fix CONSTRAINT_ERROR if client doesn't support all semantic tokens @@ -187,7 +177,6 @@ implement even more new features for Ada in the future. * Completion handling of unnamed params in a call * Rename files according to naming scheme - ## 23.0.10 (2022-09-19) VS code: Use per [workspace environment variables](https://github.com/AdaCore/ada_language_server/tree/master/integration/vscode/Code%20Samples/custom_env) @@ -199,7 +188,6 @@ ALS: Rename files according to project's naming scheme ALS: Improve completion snippets in case of keywords ALS: Add minimal doc for parameter completion - ## 23.0.9 (2022-08-16) * Make VSCode commands Ada-specific @@ -213,7 +201,6 @@ ALS: Add minimal doc for parameter completion * Add two spaces for Ada comments * Switch build scripts to GCC 12 - ## 23.0.8 (2022-07-20) * Make [binary releases](https://github.com/AdaCore/ada_language_server/releases) @@ -228,7 +215,6 @@ ALS: Add minimal doc for parameter completion * Improve highlighter robustness * Fix project handling for alire generated projects - ## 23.0.7 (2022-06-07) * [Refactoring documentation](https://github.com/AdaCore/ada_language_server/blob/master/doc/refactoring_tools.md) @@ -238,7 +224,6 @@ ALS: Add minimal doc for parameter completion * Fix formatting (pretty printer) for square brackets * Bundle JS files before packaginf `.vsix` file - ## 23.0.6 (2022-05-02) * New refactoring: Change Parameter Type @@ -254,7 +239,6 @@ ALS: Add minimal doc for parameter completion ![Screenshot](https://user-images.githubusercontent.com/6430719/165566312-4bb5ac9f-f362-4331-906a-eee98d1a11fe.jpg) - ## 23.0.5 (2022-04-05) * Pull Up Declaration initial implementation @@ -263,7 +247,6 @@ ALS: Add minimal doc for parameter completion [![Pull Up declaration video](https://user-images.githubusercontent.com/6430719/161923655-ac60df1d-7c59-407c-9bb1-c6912f9e4fd9.png)](https://user-images.githubusercontent.com/6430719/161922995-6eb4211f-63e8-4b74-bdcd-d49f1d1f4248.mp4) - ## 23.0.4 (2022-03-08) * Initial implementation of Extract Subprogram Refactoring @@ -271,7 +254,6 @@ ALS: Add minimal doc for parameter completion * Fixes in attribute and aspect completion * Display gnatpp messages if any - ## 23.0.3 (2022-02-01) * Recompute predefined tasks when scenario vars change @@ -280,7 +262,6 @@ ALS: Add minimal doc for parameter completion * Add a VS Code task for gprclean * A stub for GPR language server - ## 23.0.2 (2021-12-01) * Fix some completion issues @@ -289,7 +270,6 @@ ALS: Add minimal doc for parameter completion * Do not raise errors for missing object dirs * A new `Add_Parameter` refactoring tool - ## 23.0.1 (2021-10-25) * Avoid duplicates in completion @@ -302,7 +282,6 @@ ALS: Add minimal doc for parameter completion * Сompletion for attributes * New "Add Parameter" refactoring tool - ## 22.0.11 (2021-09-16) * Remove "Imprecise fallback" popup @@ -315,7 +294,6 @@ ALS: Add minimal doc for parameter completion * Add project loading diagnostics and code actions to help fixing * Don't insert 'invisible' in subprogram snippets - ## 22.0.10 (2021-08-25) * Implement library unit renames! @@ -323,7 +301,6 @@ ALS: Add minimal doc for parameter completion * Fix errors when there are TABs and some Unicode in sources * Fix issues with signature help requests - ## 22.0.9 (2021-08-09) * Add a [Tutorial](https://github.com/AdaCore/ada_language_server/wiki/Getting-Started) @@ -336,7 +313,6 @@ ALS: Add minimal doc for parameter completion * Fix snippet indentation characters * Fix hightlight rules for `body` patterns - ## 22.0.8 (2021-06-09) * Add a command to switch between spec and body files. @@ -348,7 +324,6 @@ ALS: Add minimal doc for parameter completion * Fix refactoring import capatibility * Change implementation of callHierarchy requests - ## 22.0.7 (2021-04-27) * The signatureHelp support @@ -356,7 +331,6 @@ ALS: Add minimal doc for parameter completion * Improvements/fixes for callHierarchy * A fix for Change Subp Signatures refactorings - ## 22.0.6 (2021-04-01) * Task provider for "build project"/"check file" tasks @@ -365,7 +339,6 @@ ALS: Add minimal doc for parameter completion * Add declaration in textDocument/Highlight results * Fix symlink issue and a new followSymlinks setting - ## 22.0.5 (2021-03-12) * Add 3 subprogram signature refactoring tools: @@ -374,7 +347,6 @@ ALS: Add minimal doc for parameter completion - Move Parameter Left/Right * Suppress more LAL exception raised on invalid code. - ## 22.0.4 (2021-02-13) * Use client side file monitoring if the client provides it. @@ -382,7 +354,6 @@ ALS: Add minimal doc for parameter completion * Use iterators for completion results could prevent stack overflow on a large completion list - ## 22.0.3 (2020-12-14) * Improved safety for entity renaming @@ -390,13 +361,11 @@ ALS: Add minimal doc for parameter completion * Workspace symbols and completion don't display local symbols any more * Use static linking for the server - ## 22.0.2 (2020-11-26) * Implementation of `textDocument/highlight` * filesystem monitoring (off by default) - ## 22.0.1 (2020-10-12) * Implement `textDocument/prepareRename` request @@ -404,7 +373,6 @@ ALS: Add minimal doc for parameter completion * Changes in `textDocument/declaration` behavior * New a 'displayMethodAncestryOnNavigation' configuration option - ## 21.0.17 (2020-09-22) * Add call hierarchy request from LSP 3.16 @@ -416,14 +384,12 @@ ALS: Add minimal doc for parameter completion subprograms only if we are clicking on a 'usage' name * Add highlighting for gnatprep preprocessor directives - ## 21.0.16 (2020-08-17) * Implementation of workspace/symbol request * Mark completion with '(invisible)' text if needed * Minor fixes in imprecise navigation and completion - ## 21.0.15 (2020-08-07) * Restore advanced syntax highlighter. @@ -431,7 +397,6 @@ ALS: Add minimal doc for parameter completion * Separate variables and constants in documentSymbol * Fix mode position in subprogram snippets - ## 21.0.14 (2020-07-15) * Completion for invisible symbols with a lower priority @@ -439,21 +404,19 @@ ALS: Add minimal doc for parameter completion * Find access references in dotted name expressions * Use Pretty_Printer switches from a project file for formatting - ## 21.0.13 (2020-07-01) + * Minor fixex for hover, completion, etc * Add foldComments setting * Completion for aggregate of derived types. * Faster JSON codecs * Use incremental text changes - ## 21.0.12 (2020-05-26) * Implementation document formatting request * Handle aggregates for completion - ## 21.0.11 (2020-05-15) * Revert for basic syntax highlighter for a while @@ -461,7 +424,6 @@ ALS: Add minimal doc for parameter completion * Improvements in completion * Display project name for aggregate project in hovers - ## 21.0.10 (2020-04-07) * Improve rename in comments @@ -473,21 +435,19 @@ ALS: Add minimal doc for parameter completion * Fix behavior when encountering an invalid project * Add completion for subprogram parameters - ## 21.0.9 (2020-03-13) Last changes: * Move the extension to the new Marketplace account. - ## 21.0.8 (2020-03-13) We are going to move ALS extension to our new [corporative Marketplace account](https://marketplace.visualstudio.com/publishers/AdaCore). Please, uninstall the extension and then launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. -``` +```plain ext install AdaCore.ada ``` @@ -498,12 +458,10 @@ Last changes: * Filter completion results with typed prefix * Fix named parameter refactoring issues - ## 21.0.7 (2020-03-02) - * Initial implementation of the folding request - * Announce implementationProvider during initialization - +* Initial implementation of the folding request +* Announce implementationProvider during initialization ## 21.0.6 (2020-02-13) @@ -511,7 +469,6 @@ Last changes: * Basic highlighting for *.ali files by Patrick Kelly also * More Ada snippets and new .gpr snippets - ## 21.0.5 (2020-02-07) * Expirimental support of receiving incremental editor changes @@ -522,7 +479,6 @@ Last changes: * load dirs on demand when the project is implicit * Fix Assetion_Error sor some `hover` request - ## 21.0.4 (2020-01-23) * For `textDocument/documentSymbol` return a hierarchy of symbols @@ -545,7 +501,6 @@ Last changes: friendlier for VScode users who don't have a .gpr at the root of a hierarchy. - ## 21.0.3 (2019-12-20) * The `textDocument/declaration` request is now implemented. @@ -557,7 +512,6 @@ Last changes: * The `textDocument/rename` request renames the overrided and overriding subprograms. - ## 21.0.2 (2019-11-14) * Add Problem Matcher @@ -568,11 +522,8 @@ Last changes: * Don't return error responses when Property_Error is raised * Suppress noisy "loading"/"done loading" messages - ## 21.0.1 (2019-10-16) * Suppress noisy "loading"/"done loading" messages. * Don't return error responses when Property_Error is raised in Libadalang. * Improve testsuite. - -