vscode-edge-devtools
vscode-edge-devtools copied to clipboard
feat(devex): Improve "Open in Editor" diagnostics
This commit enhances the "Open in Editor" feature by providing more informative error messages and adding detailed diagnostic logging. These changes will help users troubleshoot path mapping issues more effectively.
Key changes:
- Updated the error message in
onSocketOpeninEditorto suggest configuring thepathMappinginlaunch.json. - Improved the error message in
parseUrlToUrito provide a clearer explanation of the issue and suggest a solution. - Added
console.logstatements toparseUrlToUrito trace the URL transformation process and aid in debugging. - resolves #3873 , resloves #3874