Skip to content

Sometimes settings.json intellisense just doesn't work #185210

Closed as not planned
Closed as not planned
@Tyriar

Description

I see this quite frequently (1-3 times a week?) and the only fix I'm aware of is to reload the window. It stays as loading forever:

image

This particular case was in remote, but I'm pretty sure it happens in local windows too. I can gather more logs when I hit it again.

Window log for this case:

2023-06-15 05:10:48.568 [trace] KeybindingService#dispatch Ctrl+Space [ Will dispatch command editor.action.triggerSuggest ]
2023-06-15 05:10:48.568 [trace] CommandService#executeCommand editor.action.triggerSuggest
2023-06-15 05:10:49.643 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-06-15 05:10:49.643 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.644 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-06-15 05:10:49.644 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.732 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.734 [debug] User data changed
2023-06-15 05:10:49.797 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-06-15 05:10:49.798 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.799 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage
2023-06-15 05:10:49.799 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.889 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Daniel\AppData\Roaming\Code - Insiders\User\globalStorage
2023-06-15 05:10:49.891 [debug] User data changed
2023-06-15 05:10:50.112 [trace] ChatService#onWillSaveState: Persisting 0 sessions
2023-06-15 05:10:50.112 [trace] ChatService#onWillSaveState: Persisting 2 chars
2023-06-15 05:10:54.215 [info] [remote-connection][ExtensionHost][677f9…][reconnect] received socket timeout event (unacknowledgedMsgCount: 419, timeSinceOldestUnacknowledgedMsg: 20006, timeSinceLastReceivedSomeData: 20006).
2023-06-15 05:10:54.232 [info] [remote-connection][ExtensionHost][677f9…][reconnect] starting reconnecting loop. You can get more information with the trace log level.
2023-06-15 05:10:54.232 [info] [remote-connection][ExtensionHost][677f9…][reconnect] resolving connection...
2023-06-15 05:10:54.233 [info] [remote-connection][ExtensionHost][677f9…][reconnect] connecting to WebSocket(127.0.0.1:62595)...

Server log had a log of reconnected events (@connor4312?)

2023-06-15 05:10:47.868 [trace] Log level changed to trace
2023-06-15 05:10:54.321 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:10:54.321 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:10:54.321 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:11:14.500 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:11:14.500 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:11:14.500 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:11:34.683 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:11:34.683 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:11:34.683 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:11:54.866 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:11:54.866 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:11:54.866 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:12:09.269 [trace] Started scanning user extensions {"$mid":1,"fsPath":"c:\\Users\\Daniel\\.vscode-server-insiders\\extensions\\extensions.json","_sep":1,"external":"file:///c%3A/Users/Daniel/.vscode-server-insiders/extensions/extensions.json","path":"/C:/Users/Daniel/.vscode-server-insiders/extensions/extensions.json","scheme":"file"}
2023-06-15 05:12:09.311 [trace] Scanned user extensions: 6
2023-06-15 05:12:14.971 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:12:14.971 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:12:14.971 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:12:30.304 [trace] Started scanning user extensions {"$mid":1,"fsPath":"c:\\Users\\Daniel\\.vscode-server-insiders\\extensions\\extensions.json","_sep":1,"external":"file:///c%3A/Users/Daniel/.vscode-server-insiders/extensions/extensions.json","path":"/C:/Users/Daniel/.vscode-server-insiders/extensions/extensions.json","scheme":"file"}
2023-06-15 05:12:30.319 [trace] Scanned user extensions: 6
2023-06-15 05:12:35.135 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:12:35.135 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:12:35.135 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.
2023-06-15 05:12:55.333 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams language: en
2023-06-15 05:12:55.333 [trace] [<unknown>][677f92f9][ExtensionHostConnection] - startParams env: {}
2023-06-15 05:12:55.333 [info] [<unknown>][677f92f9][ExtensionHostConnection] The client has reconnected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterpapercut 🩸A particularly annoying issue impacting someone on the teamremoteRemote system operations issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions