Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] Error message interrupt and frustrate #15018

Closed
WardDurossette opened this issue Nov 5, 2016 · 8 comments
Closed

[html] Error message interrupt and frustrate #15018

WardDurossette opened this issue Nov 5, 2016 · 8 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug html HTML support issues verified Verification succeeded

Comments

@WardDurossette
Copy link

  • VSCode Version: 1.7
  • OS Version: windows 8.1

Steps to Reproduce:

  1. Open a Windows Explorer window to a remote share (I.e. \server.dom2.dom1\share

  2. Double click a file to open in VSCode. (Default.asp)

  3. Start editing file. As you type the output window will pop-up with the error text, covering the edit window, interrupting your work, causing you to become frustrated.

  4. Close output window to get rid of useless error message that you can do nothing about.
    5 Goto step 3.

@joaomoreno
Copy link
Member

Can you show us a screenshot of that error text?

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Nov 7, 2016
@WardDurossette
Copy link
Author

Sure, here you go. The annoying part is the output window covering the part of the file I was editing, and it seems like every keystroke, or every second this error is regenerated.

There is workaround for this - you can slide the output window down. Closing the output window is not effective, as the next error opens it back up over your code.

Also, actual error text is:
[Error - 1:54:00 PM] Request textDocument/documentLink failed.
Message: Request textDocument/documentLink failed with message: Path must be a string. Received undefined
Code: -32603

capture

@joaomoreno joaomoreno assigned aeschli and unassigned joaomoreno Nov 8, 2016
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Nov 8, 2016
@aeschli
Copy link
Contributor

aeschli commented Nov 8, 2016

@WardDurossette Can you share the whole file, or construct a minimal example. Look out for html elements with 'src' or 'href' attributes.

@charlesgiroux
Copy link

charlesgiroux commented Nov 8, 2016

Attached minimal example file. Please change extension to ".html".
VSCODE 15018.txt

@iFwu
Copy link

iFwu commented Nov 8, 2016

Same issue. The problem is caused by a source path that starts with "/". However, when opened a directory then open the html file, the problem solved.

@sktnetwork
Copy link

Is there any quick solution to this. It's very frustrating to work on VS code now. My whole day job is to directly work on server files from FileZilla with references to all kinds of paths.

Can we please somehow turn OFF this feature whatever it's trying to check?

@aeschli aeschli removed the info-needed Issue requires more information from poster label Nov 9, 2016
@aeschli aeschli added this to the October Recovery 2016 milestone Nov 9, 2016
@aeschli aeschli closed this as completed in a79ebfd Nov 9, 2016
@aeschli aeschli added the html HTML support issues label Nov 9, 2016
@aeschli aeschli changed the title Error message interrupt and frustrate [html] Error message interrupt and frustrate Nov 9, 2016
@aylacullen
Copy link

Is there at least a workaround until the update is released? @aeschli

@aeschli
Copy link
Contributor

aeschli commented Nov 9, 2016

@doncullen The workaround is to open VSCode on a folder instead of a file.

@chrmarti chrmarti added the verified Verification succeeded label Nov 9, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug html HTML support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

8 participants