vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Profiles broke in recent VSCode WSL

Open ParadoxV5 opened this issue 1 year ago • 10 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.96.0 and earlier
  • OS Version: Windows_NT x64 10.0.22635

In recent VSCode versions, profiles no longer work correctly when connected to WSL.

  • Primary Side Panel does not save which view tab is currently open (can’t quite reproduce)
  • Steps to Reproduce:
    1. Connect VSCode to WSL
    2. Use profile editor UI to copy the Default profile
      • ❎ the Editor cannot save

ParadoxV5 avatar Dec 15 '24 01:12 ParadoxV5

/gifPlease

sandy081 avatar Dec 16 '24 08:12 sandy081

Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, .gif files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.

If the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (Developer: Toggle Screencast Mode in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue.

Happy coding!

https://github.com/user-attachments/assets/8b4fd96f-6370-4dad-a51a-b0e51846b7cd

ParadoxV5 avatar Dec 17 '24 06:12 ParadoxV5

Can you please share the following logs while you reproduce the issue

  • F1 > Open View... > Window
  • F1 > Open View... > Server

sandy081 avatar Dec 19 '24 18:12 sandy081

  • F1 > Open View... > Window
2024-12-19 17:57:42.863 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2024-12-19 17:57:42.863 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2024-12-19 17:57:42.863 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2024-12-19 17:57:43.229 [info] Started local extension host with pid 13188.
2024-12-19 17:57:43.429 [info] Invoking resolveAuthority(wsl)...
2024-12-19 17:57:43.430 [info] [LocalProcess0][resolveAuthority(wsl,1)][0ms] obtaining proxy...
2024-12-19 17:57:43.593 [warning] Warning: 'workbench.startupEditor: readme' setting ignored due to being set somewhere other than user or default settings (user=readme, default=welcomePage)
2024-12-19 17:57:43.836 [error] Extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2024-12-19 17:57:43.865 [info] [LocalProcess0][resolveAuthority(wsl,1)][436ms] invoking...
2024-12-19 17:57:44.876 [info] [LocalProcess0][resolveAuthority(wsl,1)][1436ms] waiting...
2024-12-19 17:57:44.955 [info] [LocalProcess0][resolveAuthority(wsl,1)][1526ms] returned WebSocket(127.0.0.1:54650)
2024-12-19 17:57:44.956 [info] resolveAuthority(wsl) returned 'WebSocket(127.0.0.1:54650)' after 1527 ms
2024-12-19 17:57:45.037 [info] Creating a socket (renderer-Management-f911c4a3-99ca-42a9-a70e-872c4175eb9a)...
2024-12-19 17:57:45.041 [info] Creating a socket (renderer-ExtensionHost-23b824af-12de-427c-b4e9-0f7a9d10d5af)...
2024-12-19 17:57:45.202 [info] Creating a socket (renderer-Management-f911c4a3-99ca-42a9-a70e-872c4175eb9a) was successful after 164 ms.
2024-12-19 17:57:45.401 [info] Creating a socket (renderer-ExtensionHost-23b824af-12de-427c-b4e9-0f7a9d10d5af) was successful after 361 ms.
2024-12-19 17:57:45.796 [error] Extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2024-12-19 17:57:46.550 [info] Settings Sync: Token updated for the account ParadoxV5
2024-12-19 17:57:46.567 [info] Settings Sync: Account status changed from uninitialized to available
2024-12-19 17:57:46.846 [info] [perf] Render performance baseline is 31ms
2024-12-19 17:57:56.946 [info] Importing Profile (Default): No tasks to apply...
2024-12-19 17:59:14.049 [info] Importing Profile (Default): No tasks to apply...
  • F1 > Open View... > Server
2024-12-19 17:57:44.917 [info] 




2024-12-19 17:57:44.928 [info] Extension host agent started.
2024-12-19 17:57:45.237 [info] [127.0.0.1][f911c4a3][ManagementConnection] New connection established.
2024-12-19 17:57:45.483 [info] [127.0.0.1][23b824af][ExtensionHostConnection] New connection established.
2024-12-19 17:57:45.500 [info] [127.0.0.1][23b824af][ExtensionHostConnection] <163> Launched Extension Host Process.

ParadoxV5 avatar Dec 20 '24 01:12 ParadoxV5

Can you please enable log level to trace and share the logs again

  • F1 > Developer: Set Log Level... > Trace

sandy081 avatar Jan 07 '25 10:01 sandy081

There we go.

  • F1 > Open View... > Window
2025-01-07 13:04:11.640 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-07 13:04:11.641 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-07 13:04:11.641 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-07 13:04:12.016 [info] Started local extension host with pid 15644.
2025-01-07 13:04:12.410 [warning] Warning: 'workbench.startupEditor: readme' setting ignored due to being set somewhere other than user or default settings (user=readme, default=welcomePage)
2025-01-07 13:04:12.586 [error] Extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-07 13:04:12.981 [info] Invoking resolveAuthority(wsl)...
2025-01-07 13:04:12.981 [info] [LocalProcess0][resolveAuthority(wsl,1)][0ms] obtaining proxy...
2025-01-07 13:04:12.982 [info] [LocalProcess0][resolveAuthority(wsl,1)][1ms] invoking...
2025-01-07 13:04:13.537 [info] [LocalProcess0][resolveAuthority(wsl,1)][692ms] returned WebSocket(127.0.0.1:53456)
2025-01-07 13:04:13.538 [info] resolveAuthority(wsl) returned 'WebSocket(127.0.0.1:53456)' after 692 ms
2025-01-07 13:04:13.539 [info] Creating a socket (renderer-Management-16580104-cac4-4425-9d83-ec6c795e7c66)...
2025-01-07 13:04:13.540 [info] Creating a socket (renderer-ExtensionHost-efa7049a-7243-4924-b13b-529d81b38100)...
2025-01-07 13:04:13.638 [info] Creating a socket (renderer-Management-16580104-cac4-4425-9d83-ec6c795e7c66) was successful after 98 ms.
2025-01-07 13:04:13.893 [info] Creating a socket (renderer-ExtensionHost-efa7049a-7243-4924-b13b-529d81b38100) was successful after 353 ms.
2025-01-07 13:04:14.092 [error] Extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
2025-01-07 13:04:14.625 [info] Settings Sync: Token updated for the account ParadoxV5
2025-01-07 13:04:14.631 [info] Settings Sync: Account status changed from uninitialized to available
2025-01-07 13:04:14.925 [info] [perf] Render performance baseline is 43ms
2025-01-07 13:04:36.895 [debug] [Registering Log Channel] File does not exist. Waiting for 1s to retry. file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/fileWatcher.log
2025-01-07 13:04:41.250 [debug] User data changed
2025-01-07 13:04:42.860 [trace] CommandService#executeCommand _update.state
2025-01-07 13:04:54.918 [trace] CommandService#executeCommand notification.clear
2025-01-07 13:04:56.979 [trace] CommandService#executeCommand workbench.action.togglePanel
2025-01-07 13:04:57.396 [debug] [Registering Log Channel] File does not exist. Waiting for 1s to retry. vscode-remote://wsl%2Bubuntu/home/parad/.vscode-server/data/logs/20250107T130413/ptyhost.log
2025-01-07 13:04:58.749 [trace] [IE] (editor:vs.editor.ICodeEditor:1) NEW controller
2025-01-07 13:04:58.785 [trace] Started polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/output_20250107T130412/tasks.log
2025-01-07 13:04:59.584 [trace] Stopped polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/output_20250107T130412/tasks.log
2025-01-07 13:05:03.703 [trace] CommandService#executeCommand workbench.action.togglePanel
2025-01-07 13:05:04.820 [trace] Started polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/output_20250107T130412/tasks.log
2025-01-07 13:05:11.619 [debug] Comments: URIs of continue on comments to add to storage .
2025-01-07 13:05:12.874 [trace] CommandService#executeCommand _update.state
2025-01-07 13:05:13.182 [debug] User data changed
2025-01-07 13:05:15.816 [trace] CommandService#executeCommand workbench.action.output.show.rendererLog
2025-01-07 13:05:15.821 [trace] Stopped polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/output_20250107T130412/tasks.log
2025-01-07 13:05:15.833 [trace] Started polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/renderer.log
2025-01-07 13:05:38.822 [trace] CommandService#executeCommand workbench.action.output.show.remoteagent
2025-01-07 13:05:38.848 [trace] Stopped polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/renderer.log
2025-01-07 13:05:38.863 [trace] Started polling vscode-remote://wsl%2Bubuntu/home/parad/.vscode-server/data/logs/20250107T130413/remoteagent.log
2025-01-07 13:05:43.210 [debug] User data changed
2025-01-07 13:05:45.205 [debug] Comments: URIs of continue on comments to add to storage .
2025-01-07 13:06:09.589 [trace] CommandService#executeCommand workbench.action.quickOpenWithModes
2025-01-07 13:06:09.590 [trace] SearchService#search {"_reason":"openFileHandler","folderQueries":[{"folder":{"$mid":1,"fsPath":"\\mnt\\d\\236139-2","_sep":1,"external":"vscode-remote://wsl%2Bubuntu/mnt/d/236139-2","path":"/mnt/d/236139-2","scheme":"vscode-remote","authority":"wsl+Ubuntu"},"excludePattern":[{"pattern":{"**/.git":false,"**/.svn":false,"**/.hg":false,"**/CVS":false,"**/.DS_Store":false,"**/Thumbs.db":false,"**/.git/":true,"**/.ruby-lsp":false,"**/node_modules":false,"**/bower_components":false,"**/*.code-search":true,"**/{,.}tmp/":true,"**/{,.}build/":true,"**/target/":true}}],"fileEncoding":"utf8","disregardIgnoreFiles":false,"disregardGlobalIgnoreFiles":true,"disregardParentIgnoreFiles":true,"ignoreSymlinks":false}],"usingSearchPaths":false,"maxResults":0,"type":1,"filePattern":"","sortByScore":true,"cacheKey":"id#10"}
2025-01-07 13:06:09.635 [trace] SearchService#search: 15ms
2025-01-07 13:06:10.793 [trace] KeybindingService#dispatch Shift+. [ No matching keybinding ]
2025-01-07 13:06:11.553 [trace] KeybindingService#dispatch S [ No matching keybinding ]
2025-01-07 13:06:11.622 [debug] Comments: URIs of continue on comments to add to storage .
2025-01-07 13:06:11.728 [trace] KeybindingService#dispatch A [ No matching keybinding ]
2025-01-07 13:06:11.897 [trace] KeybindingService#dispatch V [ No matching keybinding ]
2025-01-07 13:06:12.072 [trace] KeybindingService#dispatch E [ No matching keybinding ]
2025-01-07 13:06:12.241 [trace] KeybindingService#dispatch Space [ No matching keybinding ]
2025-01-07 13:06:12.952 [debug] User data changed
2025-01-07 13:06:13.213 [debug] User data changed
2025-01-07 13:06:13.509 [trace] CommandService#executeCommand workbench.profiles.actions.createFromCurrentProfile
2025-01-07 13:06:13.511 [trace] [History stack global-editor]: index: -1, navigating: false: <empty>
2025-01-07 13:06:13.528 [trace] [network] #24: https://main.vscode-cdn.net/core/profile-templates.json - begin GET {}
2025-01-07 13:06:13.536 [trace] [History stack global-editor]: notifyNavigation() (editor: undefined, event: <none>)
2025-01-07 13:06:13.537 [trace] [History stack global-editor]: notifyNavigation() not ignoring (editor: undefined, event: <none>)
2025-01-07 13:06:13.537 [trace] [History stack global-editor]: onNonSelectionAwareEditorNavigation() (editor: undefined, event: <none>)
2025-01-07 13:06:13.538 [trace] [History stack global-editor]: add() (editor: undefined, event: <none>)
2025-01-07 13:06:13.538 [trace] [History stack global-editor]: index: 0, navigating: false
- group: 0, editor: undefined, selection: <none>
			
2025-01-07 13:06:13.691 [trace] [network] #24: https://main.vscode-cdn.net/core/profile-templates.json - end GET 200 {"cache-control":"max-age=3600","content-length":"726","content-type":"application/json","last-modified":"Mon, 11 Nov 2024 15:52:14 GMT"}
2025-01-07 13:06:15.591 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.591 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.595 [trace] [text file model] resolveFromContent() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.595 [trace] [text file model] doCreateTextModel() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.607 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.608 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:15.609 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.609 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.610 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.610 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:15.617 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.619 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.620 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.620 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:15.633 [info] Importing Profile (Default): No tasks to apply...
2025-01-07 13:06:15.637 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.637 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.637 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:15.638 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:15.660 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:15.662 [trace] PolicyConfiguration#update []
2025-01-07 13:06:15.675 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-731b2135/settings.json
2025-01-07 13:06:15.675 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-731b2135/settings.json
2025-01-07 13:06:15.678 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:15.678 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:15.679 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-731b2135/settings.json
2025-01-07 13:06:15.679 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-731b2135/settings.json 
2025-01-07 13:06:15.686 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:15.694 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:15.695 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:15.697 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:15.757 [debug] User data changed
2025-01-07 13:06:15.837 [debug] User data changed
2025-01-07 13:06:15.907 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:15.908 [trace] PolicyConfiguration#update []
2025-01-07 13:06:15.925 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:15.925 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:15.925 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:15.929 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:15.929 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:15.930 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:16.100 [debug] User data changed
2025-01-07 13:06:16.631 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.631 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.633 [trace] [text file model] resolveFromContent() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.634 [trace] [text file model] doCreateTextModel() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.638 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.638 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:16.639 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.639 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.639 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.639 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:16.644 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.645 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.645 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.646 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:16.653 [info] Importing Profile (Default): No tasks to apply...
2025-01-07 13:06:16.654 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.654 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.655 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:16.655 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:16.669 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:16.670 [trace] PolicyConfiguration#update []
2025-01-07 13:06:16.679 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/50f7c355/settings.json
2025-01-07 13:06:16.680 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/50f7c355/settings.json
2025-01-07 13:06:16.683 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:16.683 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:16.684 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:16.684 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/50f7c355/settings.json
2025-01-07 13:06:16.684 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/50f7c355/settings.json 
2025-01-07 13:06:16.692 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:16.692 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:16.692 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:16.770 [debug] User data changed
2025-01-07 13:06:16.863 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:16.864 [trace] PolicyConfiguration#update []
2025-01-07 13:06:16.869 [debug] User data changed
2025-01-07 13:06:16.880 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:16.880 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:16.880 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:16.885 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:16.885 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:16.885 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:17.053 [debug] User data changed
2025-01-07 13:06:17.452 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.453 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.455 [trace] [text file model] resolveFromContent() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.455 [trace] [text file model] doCreateTextModel() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.460 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.460 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:17.461 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.461 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.462 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.462 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:17.467 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.468 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.468 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.468 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:17.477 [info] Importing Profile (Default): No tasks to apply...
2025-01-07 13:06:17.479 [trace] [text file model] resolve() - enter userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.479 [trace] [text file model] resolveFromFile() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.479 [trace] [text file model] dispose() userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json
2025-01-07 13:06:17.480 [trace] [backup tracker] discarding backup userdataprofileexport:/c%3A/Users/parad/AppData/Roaming/Code/User/settings.json 
2025-01-07 13:06:17.494 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:17.496 [trace] PolicyConfiguration#update []
2025-01-07 13:06:17.504 [trace] [text file model] resolve() - enter vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-56460f4a/settings.json
2025-01-07 13:06:17.504 [trace] [text file model] resolveFromFile() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-56460f4a/settings.json
2025-01-07 13:06:17.506 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:17.506 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:17.507 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:17.508 [trace] [text file model] dispose() vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-56460f4a/settings.json
2025-01-07 13:06:17.508 [trace] [backup tracker] discarding backup vscode-userdata:/c%3A/Users/parad/AppData/Roaming/Code/User/profiles/-56460f4a/settings.json 
2025-01-07 13:06:17.518 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:17.518 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:17.519 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:17.591 [debug] User data changed
2025-01-07 13:06:17.683 [debug] User data changed
2025-01-07 13:06:17.700 [trace] PolicyConfiguration#updatePolicyDefinitions ["window.newWindowProfile"]
2025-01-07 13:06:17.701 [trace] PolicyConfiguration#update []
2025-01-07 13:06:17.723 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:17.723 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:17.727 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:17.731 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/settings.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/settings.json')
2025-01-07 13:06:17.731 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/launch.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/launch.json')
2025-01-07 13:06:17.732 [trace] Error while resolving configuration file 'vscode-remote://wsl%2Bubuntu/mnt/d/236139-2/.vscode/tasks.json': Unable to read file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-remote://wsl+ubuntu/mnt/d/236139-2/.vscode/tasks.json')
2025-01-07 13:06:17.898 [debug] User data changed
2025-01-07 13:06:24.753 [trace] KeybindingService#dispatch Ctrl+C [ Will dispatch command editor.action.clipboardCopyAction ]
2025-01-07 13:06:24.754 [trace] CommandService#executeCommand editor.action.clipboardCopyAction
2025-01-07 13:06:24.755 [trace] Executing Command 'editor.action.clipboardCopyAction' which has 7 bound.
2025-01-07 13:06:24.755 [trace] Command 'editor.action.clipboardCopyAction' was handled by 'code-editor'.
2025-01-07 13:06:26.604 [debug] Comments: URIs of continue on comments to add to storage .
2025-01-07 13:06:34.081 [debug] User data changed
2025-01-07 13:06:35.662 [trace] CommandService#executeCommand workbench.action.output.show.rendererLog
2025-01-07 13:06:35.667 [trace] Stopped polling vscode-remote://wsl%2Bubuntu/home/parad/.vscode-server/data/logs/20250107T130413/remoteagent.log
2025-01-07 13:06:35.681 [trace] Started polling file:///c%3A/Users/parad/AppData/Roaming/Code/logs/20250107T130410/window1/renderer.log
  • F1 > Open View... > Server
2025-01-07 13:04:13.503 [info] 




2025-01-07 13:04:13.517 [info] Extension host agent started.
2025-01-07 13:04:13.660 [info] [127.0.0.1][16580104][ManagementConnection] New connection established.
2025-01-07 13:04:13.948 [info] [127.0.0.1][efa7049a][ExtensionHostConnection] New connection established.
2025-01-07 13:04:13.953 [info] [127.0.0.1][efa7049a][ExtensionHostConnection] <141> Launched Extension Host Process.
2025-01-07 13:04:36.880 [trace] Log level changed to trace
2025-01-07 13:04:36.881 [trace] 

[File Watcher] request stats:

[Summary]
- Recursive Requests:     total: 1, suspended: 0, polling: 0, failed: 0
- Non-Recursive Requests: total: 0, suspended: 0, polling: 0
- Recursive Watchers:     total: 1, active: 1, failed: 0, stopped: 0
- Non-Recursive Watchers: total: 0, active: 0, failed: 0, reusing: 0
- I/O Handles Impact:     total: 1

[Recursive Requests (1, suspended: 0, polling: 0)]:
 /mnt/d/236139-2	(excludes: **/.git/,/home/parad/.vscode-server/extensions/**, includes: <all>, filter: <none>, correlationId: <none>)

[Recursive Watchers (1, active: 1, failed: 0, stopped: 0)]:
 /mnt/d/236139-2                                            	(excludes: **/.git/,/home/parad/.vscode-server/extensions/**, includes: <all>, filter: <none>, correlationId: <none>)

[Non-Recursive Requests (0, suspended: 0, polling: 0)]:

[Non-Recursive Watchers (0, active: 0, failed: 0, reusing: 0)]:


2025-01-07 13:04:57.046 [trace] resolveShellEnv(): running (macOS/Linux)
2025-01-07 13:04:57.268 [trace] resolveShellEnv(): running (macOS/Linux)
2025-01-07 13:04:57.268 [trace] baseEnv {"USER":"parad","VSCODE_WSL_EXT_LOCATION":"/mnt/c/Users/parad/.vscode/extensions/ms-vscode-remote.remote-wsl-0.88.5","SHLVL":"1","WT_PROFILE_ID":"{2c4de342-38b7-51cf-b940-2309a097f518}","HOME":"/home/parad","WSL_DISTRO_NAME":"Ubuntu","WAYLAND_DISPLAY":"wayland-0","LOGNAME":"parad","NAME":"Code","WSL_INTEROP":"/run/WSL/68_interop","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","_":"/mnt/c/Program Files/Microsoft VS Code/bin/code","TERM":"xterm-256color","PATH":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/JDK/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA app/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/PortablePrograms/PATH:/mnt/c/Users/parad/AppData/Local/JetBrains/Toolbox/scripts:/mnt/c/PortablePrograms/mingw64/bin:/mnt/c/JDK/bin:/mnt/c/PortablePrograms/ruby/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Muse Hub/lib:/snap/bin","WT_SESSION":"e9912a97-7c73-4f61-8157-3a7bd594baf8","XDG_RUNTIME_DIR":"/mnt/wslg/runtime-dir","DISPLAY":":0","LANG":"C.UTF-8","SHELL":"/bin/bash","PWD":"/mnt/c/Program Files/Microsoft VS Code","WSL2_GUI_APPS_ENABLED":"1","HOSTTYPE":"x86_64","WSLENV":"ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","VSCODE_CWD":"/mnt/c/Program Files/Microsoft VS Code","VSCODE_NLS_CONFIG":"{\"userLocale\":\"en\",\"osLocale\":\"en\",\"resolvedLanguage\":\"en\",\"defaultMessagesFile\":\"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/nls.messages.json\",\"locale\":\"en\",\"availableLanguages\":{}}","VSCODE_HANDLES_SIGPIPE":"true","GPG_TTY":"/dev/pts/0","EDITOR":"vi","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:","LESSCLOSE":"/usr/bin/lesspipe %s %s","LESSOPEN":"| /usr/bin/lesspipe %s","VISUAL":"gedit","DEBUGINFOD_URLS":"https://debuginfod.ubuntu.com ","GCC_COLORS":"error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","VSCODE_ESM_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true"}
2025-01-07 13:04:57.273 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"executable":"/bin/bash","args":[],"cwd":"/mnt/d/236139-2","useShellEnvironment":true},"initialCwd":"/mnt/d/236139-2","cols":172,"rows":17,"env":{"USER":"parad","SHLVL":"1","WT_PROFILE_ID":"{2c4de342-38b7-51cf-b940-2309a097f518}","HOME":"/home/parad","WSL_DISTRO_NAME":"Ubuntu","WAYLAND_DISPLAY":"wayland-0","LOGNAME":"parad","NAME":"Code","WSL_INTEROP":"/run/WSL/68_interop","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","_":"/mnt/c/Program Files/Microsoft VS Code/bin/code","TERM":"xterm-256color","PATH":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/JDK/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA app/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/PortablePrograms/PATH:/mnt/c/Users/parad/AppData/Local/JetBrains/Toolbox/scripts:/mnt/c/PortablePrograms/mingw64/bin:/mnt/c/JDK/bin:/mnt/c/PortablePrograms/ruby/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Muse Hub/lib:/snap/bin","WT_SESSION":"e9912a97-7c73-4f61-8157-3a7bd594baf8","XDG_RUNTIME_DIR":"/mnt/wslg/runtime-dir","DISPLAY":":0","LANG":"C.UTF-8","SHELL":"/bin/bash","PWD":"/mnt/c/Program Files/Microsoft VS Code","WSL2_GUI_APPS_ENABLED":"1","HOSTTYPE":"x86_64","WSLENV":"ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","GPG_TTY":"/dev/pts/0","EDITOR":"vi","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:","LESSCLOSE":"/usr/bin/lesspipe %s %s","LESSOPEN":"| /usr/bin/lesspipe %s","VISUAL":"gedit","DEBUGINFOD_URLS":"https://debuginfod.ubuntu.com ","GCC_COLORS":"error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.96.2","COLORTERM":"truecolor","GIT_ASKPASS":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/askpass-main.js","GIT_EDITOR":"\"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/git-editor.sh\"","VSCODE_GIT_EDITOR_NODE":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node","VSCODE_GIT_EDITOR_EXTRA_ARGS":"","VSCODE_GIT_EDITOR_MAIN":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/git-editor-main.js","VSCODE_GIT_IPC_HANDLE":"/mnt/wslg/runtime-dir/vscode-git-469712736e.sock"}}
2025-01-07 13:04:57.275 [trace] PtyHostService#_startPtyHost 
    at af.U (file:///home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/server-main.js:83:3010)
    at af.h (file:///home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/server-main.js:83:1512)
    at get f [as f] (file:///home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/server-main.js:83:1462)
    at af.createProcess (file:///home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/server-main.js:83:4130)
    at lP.s (file:///home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/server-main.js:177:78340)
2025-01-07 13:05:03.768 [trace] resolveShellEnv(): running (macOS/Linux)
2025-01-07 13:05:03.827 [trace] resolveShellEnv(): running (macOS/Linux)
2025-01-07 13:05:03.828 [trace] baseEnv {"USER":"parad","VSCODE_WSL_EXT_LOCATION":"/mnt/c/Users/parad/.vscode/extensions/ms-vscode-remote.remote-wsl-0.88.5","SHLVL":"1","WT_PROFILE_ID":"{2c4de342-38b7-51cf-b940-2309a097f518}","HOME":"/home/parad","WSL_DISTRO_NAME":"Ubuntu","WAYLAND_DISPLAY":"wayland-0","LOGNAME":"parad","NAME":"Code","WSL_INTEROP":"/run/WSL/68_interop","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","_":"/mnt/c/Program Files/Microsoft VS Code/bin/code","TERM":"xterm-256color","PATH":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/JDK/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA app/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/PortablePrograms/PATH:/mnt/c/Users/parad/AppData/Local/JetBrains/Toolbox/scripts:/mnt/c/PortablePrograms/mingw64/bin:/mnt/c/JDK/bin:/mnt/c/PortablePrograms/ruby/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Muse Hub/lib:/snap/bin","WT_SESSION":"e9912a97-7c73-4f61-8157-3a7bd594baf8","XDG_RUNTIME_DIR":"/mnt/wslg/runtime-dir","DISPLAY":":0","LANG":"C.UTF-8","SHELL":"/bin/bash","PWD":"/mnt/c/Program Files/Microsoft VS Code","WSL2_GUI_APPS_ENABLED":"1","HOSTTYPE":"x86_64","WSLENV":"ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","VSCODE_CWD":"/mnt/c/Program Files/Microsoft VS Code","VSCODE_NLS_CONFIG":"{\"userLocale\":\"en\",\"osLocale\":\"en\",\"resolvedLanguage\":\"en\",\"defaultMessagesFile\":\"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/out/nls.messages.json\",\"locale\":\"en\",\"availableLanguages\":{}}","VSCODE_HANDLES_SIGPIPE":"true","GPG_TTY":"/dev/pts/0","EDITOR":"vi","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:","LESSCLOSE":"/usr/bin/lesspipe %s %s","LESSOPEN":"| /usr/bin/lesspipe %s","VISUAL":"gedit","DEBUGINFOD_URLS":"https://debuginfod.ubuntu.com ","GCC_COLORS":"error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","VSCODE_ESM_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true"}
2025-01-07 13:05:03.829 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"executable":"/bin/bash","args":[],"cwd":"/mnt/d/236139-2","useShellEnvironment":true},"initialCwd":"/mnt/d/236139-2","cols":172,"rows":17,"env":{"USER":"parad","SHLVL":"1","WT_PROFILE_ID":"{2c4de342-38b7-51cf-b940-2309a097f518}","HOME":"/home/parad","WSL_DISTRO_NAME":"Ubuntu","WAYLAND_DISPLAY":"wayland-0","LOGNAME":"parad","NAME":"Code","WSL_INTEROP":"/run/WSL/68_interop","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","_":"/mnt/c/Program Files/Microsoft VS Code/bin/code","TERM":"xterm-256color","PATH":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/JDK/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA app/NvDLISR:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/PortablePrograms/PATH:/mnt/c/Users/parad/AppData/Local/JetBrains/Toolbox/scripts:/mnt/c/PortablePrograms/mingw64/bin:/mnt/c/JDK/bin:/mnt/c/PortablePrograms/ruby/bin:/mnt/c/Users/parad/AppData/Local/GitHubDesktop/bin:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/parad/AppData/Local/Muse Hub/lib:/snap/bin","WT_SESSION":"e9912a97-7c73-4f61-8157-3a7bd594baf8","XDG_RUNTIME_DIR":"/mnt/wslg/runtime-dir","DISPLAY":":0","LANG":"C.UTF-8","SHELL":"/bin/bash","PWD":"/mnt/c/Program Files/Microsoft VS Code","WSL2_GUI_APPS_ENABLED":"1","HOSTTYPE":"x86_64","WSLENV":"ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","GPG_TTY":"/dev/pts/0","EDITOR":"vi","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:","LESSCLOSE":"/usr/bin/lesspipe %s %s","LESSOPEN":"| /usr/bin/lesspipe %s","VISUAL":"gedit","DEBUGINFOD_URLS":"https://debuginfod.ubuntu.com ","GCC_COLORS":"error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.96.2","COLORTERM":"truecolor","GIT_ASKPASS":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/askpass-main.js","GIT_EDITOR":"\"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/git-editor.sh\"","VSCODE_GIT_EDITOR_NODE":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/node","VSCODE_GIT_EDITOR_EXTRA_ARGS":"","VSCODE_GIT_EDITOR_MAIN":"/home/parad/.vscode-server/bin/fabdb6a30b49f79a7aba0f2ad9df9b399473380f/extensions/git/dist/git-editor-main.js","VSCODE_GIT_IPC_HANDLE":"/mnt/wslg/runtime-dir/vscode-git-469712736e.sock"}}

ParadoxV5 avatar Jan 07 '25 20:01 ParadoxV5

I do not see any interesting information in the logs. Can you please export and share your default profile for me to repro?

sandy081 avatar Jan 16 '25 11:01 sandy081

Ouch. Here. I see the profile has a copy of the settings.json and co., but not those from my WSL “remote”.

ParadoxV5 avatar Jan 16 '25 18:01 ParadoxV5

Can you please try changing the name of the profile to something else and retry?

sandy081 avatar Mar 07 '25 09:03 sandy081

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

Urgh. What happened to the reminder timer?

ParadoxV5 avatar Mar 14 '25 18:03 ParadoxV5