vscode-yaml
vscode-yaml copied to clipboard
Launch Web Server is failing in local dev due to server crash
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
- [x] Mac
- [ ] Linux
- [ ] other (please specify)