18 Commits

Author SHA1 Message Date
Vivek Mathur
2fe481fe44 Add Generate Package code action 2026-01-02 12:34:07 +00:00
Anthony Leonardo Gracio
9ad11ae5e6 Fix GNATprove code sample
And format the whole file.

(no-issue-check)
2025-10-31 09:51:39 +00:00
Maxim Reznik
a317031430 Add "Delete Entity" refactoring. 2025-08-26 09:18:04 +00:00
Boulanger
fd7eca5b54 Create proper patternMatchers for ada
patternMatcher.severity can only have for value "error|warning|info".
This is too restrictive for all the possible values from our tools.
As a workaround create 3 patternMatcher for each of the level.

Add a test

Closes eng/ide/ada_language_server#784
2025-03-26 11:55:58 +00:00
Maxim Reznik
3b452dfa20 Add devcontainer example
Update other examples to avoid deprecated names.
(no-issue-check)
2024-05-27 18:27:33 +03:00
Maxim Reznik
82fb3cf44e Add args options to VS code tasks
Closes eng/ide/ada_language_server#1113
2023-03-07 12:14:20 +02:00
Anthony Leonardo Gracio
ce46c81185 VC14-026: use ms-vscode.cpptools for debugging
This allows to have access to their Registers and Disassembly
views now that Ada has been added to the supported languages.

Modify the extension's walkthrough accordingly.
2023-02-16 14:50:49 +01:00
Joao Azevedo
a34bed8a61 Add documentation for multiple refactoring tools 2023-02-09 12:02:04 +00:00
Anthony Leonardo Gracio
1b20a87ec0 V119-052: Mention custom_env Code Sample in README 2022-10-12 11:23:55 +02:00
Anthony Leonardo Gracio
511910c9e2 V119-052: Add a code sample for custom environments
This shows an example of VS Code workspace that modifies some
environment variables at startup.
2022-09-16 11:41:49 +02:00
Joao Azevedo
84d968ca27 SA11-051 Introduce Parameter tool initial implementation 2022-08-16 16:21:20 +02:00
Maxim Reznik
00e780279f Minor fixes
* Copy LICENSE file, so anod build script use it on packaging `.vsix`
* Move list of supported request to a WiKi page to have shorten
  README.md
* Add more README.md files for "Code Samples"
* Put link to refactoring tools into README.md
* Add missing dependencies to the list (gnatdoc, libgpr2)
* Don't highlight ghost-code/aspects as comments by default, because it
  confuses some people
2022-06-07 16:42:03 +03:00
Joao Azevedo
2ab137307f S314-015, SA11-039, SA11-047 Add Named Parameters tool doc
Move refactoring_demos folder to Code Samples
2022-05-05 16:09:20 +01:00
Maxim Reznik
918ebd19b5 Add Remote Container example 2022-04-28 19:44:07 +03:00
Maxim Reznik
8c30eb038a Move examples into "Code Samples" directory. 2022-04-28 19:44:07 +03:00
Maxim Reznik
e82dd0b971 Add a task provider with "build project"/"check file"
auto-detected tasks.

Refs #541
2021-04-01 16:46:48 +03:00
Maxim Reznik
04d5c7f8dc Let Ada problemMatcher work with absolute path
and fix examples by adding `-gnatef` to `tasks.json`
Refs #541
2021-03-13 14:49:26 +02:00
Maxim Reznik
c363294a95 Update README.md in root folder and in VS Code extension.
Provide a Code Sample with build and debug tasks configured.
Add a document for supported traces and another one for settings.
Refs #528 and #468.
2020-09-14 18:29:09 +01:00