JeremyYao commented on issue #1127:
URL:
https://github.com/apache/daffodil-vscode/issues/1127#issuecomment-2682874670
### How to Replicate Issue
1. Open Visual Studio Code up in your SampleWorkspace folder
2. Delete or rename any existing launch.json files in .vscode (ex:
launch.old.json) so you can keep them
3. Navigate to your VSCode users folder (ex:
C:\Users\jeremy.yao\AppData\Roaming\Code\User\settings.json)
4. Insert the following key-value into your settings.json
```
"dataEditor": {
"port": 9991,
"logging": {
"file": "${workspaceFolder}/dataEditor-${omegaEditPort}.log",
"level": "info"
}
}
```
5. In a separate powershell window, type in `python -m http.server 9000`
6. Open up the command pallete with `Ctrl` + `Shift` + `P`, type and select
`Daffodil Debug: Data Editor`
7. You should see something like the following (Powershell w/ Python on the
right and VScode on the right)

--
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]