|
27 | 27 |
|
28 | 28 | [Source](https://github.com/AdaCore/ada_language_server/blob/master/source/ada/lsp-ada_handlers-named_parameters_commands.ads) |
29 | 29 |
|
30 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/named_parameters/) |
| 30 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/named_parameters/) |
31 | 31 |
|
32 | 32 |  |
33 | 33 |
|
|
44 | 44 |
|
45 | 45 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature.ads) |
46 | 46 |
|
47 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/add_parameter/) |
| 47 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/add_parameter/) |
48 | 48 |
|
49 | 49 |  |
50 | 50 |
|
|
58 | 58 |
|
59 | 59 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature-remove_parameter.ads) |
60 | 60 |
|
61 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/remove_parameter) |
| 61 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/remove_parameter) |
62 | 62 |
|
63 | 63 |  |
64 | 64 |
|
|
72 | 72 |
|
73 | 73 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature.ads) |
74 | 74 |
|
75 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/move_parameter) |
| 75 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/move_parameter) |
76 | 76 |
|
77 | 77 |  |
78 | 78 |
|
|
85 | 85 |
|
86 | 86 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature.ads) |
87 | 87 |
|
88 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/change_parameter_mode) |
| 88 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/change_parameter_mode) |
89 | 89 |
|
90 | 90 |  |
91 | 91 |
|
|
99 | 99 |
|
100 | 100 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature-change_parameters_type.ads) |
101 | 101 |
|
102 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/change_parameter_type) |
| 102 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/change_parameter_type) |
103 | 103 |
|
104 | 104 |  |
105 | 105 |
|
|
113 | 113 |
|
114 | 114 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-subprogram_signature-change_parameters_default_value.ads) |
115 | 115 |
|
116 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/change_parameter_default_value) |
| 116 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/change_parameter_default_value) |
117 | 117 |
|
118 | 118 |  |
119 | 119 |
|
|
128 | 128 |
|
129 | 129 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-extract_subprogram.ads) |
130 | 130 |
|
131 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/extract_subprogram) |
| 131 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/extract_subprogram) |
132 | 132 |
|
133 | 133 |  |
134 | 134 |
|
|
141 | 141 |
|
142 | 142 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-pull_up_declaration.ads) |
143 | 143 |
|
144 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/pull_up_declaration) |
| 144 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/pull_up_declaration) |
145 | 145 |
|
146 | 146 |  |
147 | 147 |
|
|
155 | 155 |
|
156 | 156 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-suppress_separate.ads) |
157 | 157 |
|
158 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/suppress_separate) |
| 158 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/suppress_separate) |
159 | 159 |
|
160 | 160 |  |
161 | 161 |
|
|
169 | 169 |
|
170 | 170 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-introduce_parameter.ads) |
171 | 171 |
|
172 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/introduce_parameter) |
| 172 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/introduce_parameter) |
173 | 173 |
|
174 | 174 |  |
175 | 175 |
|
|
181 | 181 |
|
182 | 182 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-replace_type.ads) |
183 | 183 |
|
184 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/replace_type) |
| 184 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/replace_type) |
185 | 185 |
|
186 | 186 |  |
187 | 187 |
|
|
193 | 193 |
|
194 | 194 | [Source](https://github.com/AdaCore/lal-refactor/blob/edge/src/lal_refactor-auto_import.adb) |
195 | 195 |
|
196 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/auto_import) |
| 196 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/auto_import) |
197 | 197 |
|
198 | 198 |  |
199 | 199 |
|
|
205 | 205 |
|
206 | 206 | [Source](https://github.com/AdaCore/lal-refactor/blob/main/src/lal_refactor-sort_dependencies.ads) |
207 | 207 |
|
208 | | -[Demo Source](../integration/vscode/Code%20Samples/refactoring_demos/sort_dependencies) |
| 208 | +[Demo Source](https://github.com/AdaCore/ada_language_server/blob/master/integration/vscode/Code%20Samples/refactoring_demos/sort_dependencies) |
209 | 209 |
|
210 | 210 |  |
0 commit comments