-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls: stuck in loading workspace #47693
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
Comments
Can you please share your |
Logs: [Trace - 05:04:22.042 AM] Received response 'initialize - (0)' in 4ms. [Trace - 05:04:22.049 AM] Sending notification 'initialized'. [Trace - 05:04:22.051 AM] Received request 'window/workDoneProgress/create - (1)'. [Trace - 05:04:22.052 AM] Sending notification 'textDocument/didOpen'. [Trace - 05:04:22.052 AM] Sending response 'window/workDoneProgress/create - (1)' in 0ms. [Trace - 05:04:22.052 AM] Received notification '$/progress'. [Trace - 05:04:22.053 AM] Received request 'workspace/configuration - (2)'. [Trace - 05:04:22.079 AM] Sending response 'workspace/configuration - (2)' in 26ms. [Trace - 05:04:22.080 AM] Sending request 'textDocument/documentSymbol - (1)'. [Trace - 05:04:22.080 AM] Sending request 'textDocument/codeAction - (2)'. [Trace - 05:04:22.081 AM] Sending request 'textDocument/documentLink - (3)'. [Trace - 05:04:22.268 AM] Sending request 'textDocument/foldingRange - (4)'. [Trace - 05:04:22.327 AM] Sending request 'textDocument/codeLens - (5)'. [Trace - 05:04:24.557 AM] Received notification 'window/logMessage'. [Info - 5:04:24 AM] 2021/08/14 05:04:24 go env for E:\work\go\pork [Trace - 05:04:45.458 AM] Sending notification '$/cancelRequest'. [Trace - 05:04:45.458 AM] Sending request 'textDocument/documentSymbol - (6)'. [Trace - 05:04:45.504 AM] Sending notification '$/cancelRequest'. [Trace - 05:04:45.505 AM] Sending notification '$/cancelRequest'. [Trace - 05:04:45.505 AM] Sending notification '$/cancelRequest'. [Trace - 05:04:45.505 AM] Sending notification '$/cancelRequest'. [Trace - 05:04:45.505 AM] Sending notification '$/cancelRequest'. |
[Trace - 05:19:35.062 AM] Received notification '$/progress'. [Trace - 05:19:35.066 AM] Received notification 'window/logMessage'. |
@acnologia000: What is the output of |
its been running for well over 15 minutes. taking up cpu and disk usage while also triggering windows defender and there is no output yet as of now |
it just finished and i think i found the culprit, i was trying to embed.FS whole node modules folder and output: |
it turns out that was the issue, i deleted the whole vue app from embed folder and it seems to work fine now, should i close it? |
i am closing this issue |
What version of Go are you using (
go version
)?1.17 (issue is on 1.16 as well)
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
my workspace ready and working, ready to write code
What did you see instead?
taking really long (never finishes) in setting up the workspace and not being able to save files
what works
closing every application and disabling antivirus (both have to be done) sometimes appear to let gopls load workspace and let me work
The text was updated successfully, but these errors were encountered: