Skip to content

Commit 38560b6

Browse files
Merge branch 'topic/eng/ide/ada_language_server#1177' into 'master'
Remove mention of 'Debugging' as a limitation See merge request eng/ide/ada_language_server!1384
2 parents 794b541 + aaafa74 commit 38560b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ but it understands these options:
9999
* `--config=<FILE>` - Full path to a JSON file containing the server's configuration
100100
* `--help` - Display supported command like options and exit.
101101

102-
You can turn some debugging and experimental features trought
102+
You can turn some debugging and experimental features through
103103
[the traces file](doc/traces.md).
104104

105105
The server also gets configuration via `workspace/didChangeConfiguration`
@@ -140,8 +140,6 @@ formatting might no succeed on incomplete/illegal code.
140140

141141
Source directories from imported projects should be added in a [workspace file](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces). If you already have a workspace file, the extension will propose you to automatically add all the source directories coming from imported projects to your workspace automatically at startup.
142142

143-
* **Debugging**: some manual work is needed in order to debug Ada code. In particular, you will need a `launch.json` file that describes your debugging configuration. All the steps needed for debugging are described [here](https://github.com/AdaCore/ada_language_server/wiki/Getting-Started#debug-hello_worldadb).
144-
145143
### Bug Reporting
146144

147145
You can use the VS Code `Issue Reporter` to report issues. Just click on the `Help -> Report Issue` menu, select `An extension` for the `File on` entry and `Language Support for Ada` for the extension name. Put as many information you can in the description, like steps to reproduce, stacktraces or system information (VS Code automatically includes it by default). This will create a GitHub issue in the [Ada Language Server](https://github.com/AdaCore/ada_language_server/) repository.

0 commit comments

Comments
 (0)