duboisfordwork commented on code in PR #1331:
URL: https://github.com/apache/daffodil-vscode/pull/1331#discussion_r2274262730
##########
DEVELOPMENT.md:
##########
@@ -374,6 +375,48 @@ The local Apache Daffodilâ„¢ Extension for Visual Studio
Code downloads and cach
This will start the debug adapter and await a connection from the Apache
Daffodil VS Code Extension (usually on TCP port 4711); and
- debug your schema file, as long as it has the `useExistingServer` setting
above.
Review Comment:
The "it" in this sentence confused me. Initially, I thought it meant adding
`useExistingServer` to the schema I was debugging.
```suggestion
- debug your schema file, as long as `launch.json` has the
`useExistingServer` setting above set to true.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]