redhat-developer / redhat-developer/vscode-yaml
Launch Web Server is failing in local dev due to server crash
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 829
- Forks
- 260
- Avg merge
- 5h 43m
- Merged PRs (30d)
- 1
Description
Describe the bug
I have been trying to get the vscode-yaml web extension in the debug mode. But the is server crashing
Expected Behavior
Following the Contributing.MD I opened a vscode window with vscode-yaml and added yaml-language-server folder to the workspace attached yaml-language-server and ran the task. Launch VSCode Web extension. A vscode debug mode window with an active yaml extension was expected.
Current Behavior
A debug window is opening with output channel YAML Support but the extension is not working. features autocomplete, format and syntactic validation.
Steps to Reproduce
- clone
vscode-yamlandyaml-language-serverto a folder - edit vscode-yaml/package.json dependecy "yaml-language-server": "file:../yaml-language-server"
- run
cd vscode-yamlandcode .from the folder (This opens a vscode workspace with current working directory) - add
yaml-language-serverfolder to thevscode-yamlworkspace by going to File -> Add Folder to Workspace - select Run and Debug from the left SideBar of the workspace and Run task
Attach to Server(yaml-language-server) - Run task
Launch Web Extension - Click
Debug Anywaywhen prompted
Environment
- Windows
- Mac
- Linux
- other (please specify)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Contributing.MD and the package.json dependency setup described in the issue, then reproduce the Attach to Server(yaml-language-server) and Launch Web Extension tasks on macOS. Inspect the YAML Support output channel for the server failure. Done means the debug window has a working YAML extension with autocomplete, formatting, and syntactic validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100