microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.55k stars 262 forks source link

[Remote-SSH Bug]: Opening workspace created in prior VSCode version fails #8586

Closed fadialzammar closed 11 months ago

fadialzammar commented 1 year ago

Is there an existing issue for this bug?

Required Troubleshooting Steps

Connect Locally

It connects successfully

->

No response

Expected Behavior

A workspace that was created in VSCode 1.78 or below opens in VSCode 1.79

Steps To Reproduce

  1. Connect to an SSH host through the standard > Remote-SSH: Connect to Host... command
  2. File -> "Open Workspace from File..."
  3. Select a .code-workspace file

Remote-SSH Log

Remote-SSH Log

``` [17:28:51.144] Log Level: 2 [17:28:51.147] VS Code version: 1.79.0 [17:28:51.147] Remote-SSH version: remote-ssh@0.102.0 [17:28:51.147] win32 x64 [17:28:51.155] SSH Resolver called for "ssh-remote+dev", attempt 1 [17:28:51.156] "remote.SSH.useLocalServer": false [17:28:51.156] "remote.SSH.showLoginTerminal": false [17:28:51.156] "remote.SSH.remotePlatform": {"REDACTED"} [17:28:51.156] "remote.SSH.path": undefined [17:28:51.156] "remote.SSH.configFile": undefined [17:28:51.156] "remote.SSH.useFlock": true [17:28:51.156] "remote.SSH.lockfilesInTmp": false [17:28:51.156] "remote.SSH.localServerDownload": auto [17:28:51.157] "remote.SSH.remoteServerListenOnSocket": false [17:28:51.158] "remote.SSH.showLoginTerminal": false [17:28:51.158] "remote.SSH.defaultExtensions": [] [17:28:51.158] "remote.SSH.loglevel": 2 [17:28:51.158] "remote.SSH.enableDynamicForwarding": true [17:28:51.158] "remote.SSH.enableRemoteCommand": false [17:28:51.158] "remote.SSH.serverPickPortsFromRange": {} [17:28:51.158] "remote.SSH.serverInstallPath": {} [17:28:51.162] SSH Resolver called for host: dev [17:28:51.162] Setting up SSH remote "dev" [17:28:51.164] Using commit id "b380da4ef1ee00e224a15c1d4d9793e27c2b6302" and quality "stable" for server [17:28:51.166] Install and start server if needed [17:28:51.170] Checking ssh with "C:\Program Files (x86)\VMware\VMware Player\bin\ssh.exe -V" [17:28:51.173] Got error from ssh: spawn C:\Program Files (x86)\VMware\VMware Player\bin\ssh.exe ENOENT [17:28:51.173] Checking ssh with "C:\WINDOWS\system32\ssh.exe -V" [17:28:51.174] Got error from ssh: spawn C:\WINDOWS\system32\ssh.exe ENOENT [17:28:51.174] Checking ssh with "C:\WINDOWS\ssh.exe -V" [17:28:51.175] Got error from ssh: spawn C:\WINDOWS\ssh.exe ENOENT [17:28:51.175] Checking ssh with "C:\WINDOWS\System32\Wbem\ssh.exe -V" [17:28:51.176] Got error from ssh: spawn C:\WINDOWS\System32\Wbem\ssh.exe ENOENT [17:28:51.176] Checking ssh with "C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe -V" [17:28:51.177] Got error from ssh: spawn C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT [17:28:51.178] Checking ssh with "C:\WINDOWS\System32\OpenSSH\ssh.exe -V" [17:28:51.210] > OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3 [17:28:51.214] Running script with connection command: "C:\WINDOWS\System32\OpenSSH\ssh.exe" -T -D 60350 dev bash [17:28:51.216] Terminal shell path: C:\WINDOWS\System32\cmd.exe [17:29:08.225] Resolver error: Error: Connecting with SSH timed out at m.Timeout (c:\Users\Fadi\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:584271) at Timeout._onTimeout (c:\Users\Fadi\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:680601) at listOnTimeout (node:internal/timers:559:17) at process.processTimers (node:internal/timers:502:7) [17:29:08.228] ------ [17:29:08.930] > Warning: No xauth data; using fake authentication data for X11 forwarding. > e18443b60912: running > ]0;C:\WINDOWS\System32\cmd.exe [17:29:08.931] Got some output, clearing connection timeout [17:29:08.944] > Acquiring lock on /home/fadi/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302/vscode-remote-lock.fadi.b380da4ef1ee00e224a15c1d4d9793e27c2b6302 > Found existing installation at /home/fadi/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302... > Checking /home/fadi/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.log and /home/fadi/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.pid for a running server [17:29:08.965] > Looking for server with pid: 2205 > Found running server... > > * > * Visual Studio Code Server > * > * By using the software, you agree to > * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and > * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement). > * > > Checking server status on port 40433 with wget > e18443b60912: start > SSH_AUTH_SOCK==== > DISPLAY==dev:11.0== > webUiAccessToken==== > listeningOn==40433== > osReleaseId==ubuntu== > arch==x86_64== > vscodeArch==x64== > bitness==64== > tmpDir==/run/user/1000== > platform==linux== > unpackResult==== > didLocalDownload==0== > downloadTime==== > installTime==== > extInstallTime==== > serverStartTime==== > connectionToken==a1111111-1a11-1aa1-a111-111aaa11111a== > e18443b60912: end [17:29:08.981] > ```

Anything else?

If I connect without a workspace and create a new one, I am able to open that without issue. Downgrading to VSCode 1.78 fixes this issue.

witwiki commented 1 year ago

The first thing I did today was run a script which worked perfectly fine yesterday before my last commit for the day. The script didn't run and gave me the error:

httpx.ConnectError: [Errno -3] Temporary failure in name resolution

The only change I made in between those times was to update my VS Code via settings. My remote connection is automatically established as per the above-reproduced steps when I open VS Code.

I can't perform a basic git pull or git push on any of my repos inside my WSL instance inside the integrated terminal on vs-code.

Did the recent update mess up the remote-ssh login? If so, is there a fix for this?

Would appreciate a quick resolution.

p1gd0g commented 1 year ago

Similar here

[17:05:25.810] Log Level: 2
[17:05:25.826] VS Code version: 1.79.0
[17:05:25.826] Remote-SSH version: remote-ssh@0.102.0
[17:05:25.826] win32 x64
[17:05:25.833] SSH Resolver called for "ssh-remote+vince", attempt 1
[17:05:25.833] "remote.SSH.useLocalServer": false
[17:05:25.834] "remote.SSH.showLoginTerminal": false
[17:05:25.834] "remote.SSH.remotePlatform": {"zoe":"linux","p1gd0g":"linux","vince":"linux","192.168.99.225":"linux","192.168.15.166":"linux","192.168.15.207":"linux"}
[17:05:25.834] "remote.SSH.path": undefined
[17:05:25.834] "remote.SSH.configFile": undefined
[17:05:25.834] "remote.SSH.useFlock": true
[17:05:25.834] "remote.SSH.lockfilesInTmp": false
[17:05:25.835] "remote.SSH.localServerDownload": auto
[17:05:25.835] "remote.SSH.remoteServerListenOnSocket": false
[17:05:25.835] "remote.SSH.showLoginTerminal": false
[17:05:25.835] "remote.SSH.defaultExtensions": []
[17:05:25.835] "remote.SSH.loglevel": 2
[17:05:25.835] "remote.SSH.enableDynamicForwarding": true
[17:05:25.836] "remote.SSH.enableRemoteCommand": false
[17:05:25.836] "remote.SSH.serverPickPortsFromRange": {}
[17:05:25.836] "remote.SSH.serverInstallPath": {}
[17:05:25.843] SSH Resolver called for host: vince
[17:05:25.843] Setting up SSH remote "vince"
[17:05:25.857] Using commit id "b380da4ef1ee00e224a15c1d4d9793e27c2b6302" and quality "stable" for server
[17:05:25.862] Install and start server if needed
[17:05:25.866] Checking ssh with "C:\WINDOWS\system32\ssh.exe -V"
[17:05:25.869] Got error from ssh: spawn C:\WINDOWS\system32\ssh.exe ENOENT
[17:05:25.870] Checking ssh with "C:\WINDOWS\ssh.exe -V"
[17:05:25.871] Got error from ssh: spawn C:\WINDOWS\ssh.exe ENOENT
[17:05:25.871] Checking ssh with "C:\WINDOWS\System32\Wbem\ssh.exe -V"
[17:05:25.873] Got error from ssh: spawn C:\WINDOWS\System32\Wbem\ssh.exe ENOENT
[17:05:25.873] Checking ssh with "C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe -V"
[17:05:25.874] Got error from ssh: spawn C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT
[17:05:25.874] Checking ssh with "C:\WINDOWS\System32\OpenSSH\ssh.exe -V"
[17:05:25.948] > OpenSSH_for_Windows_8.6p1, Li
[17:05:25.949] > breSSL 3.4.3

[17:05:25.958] Running script with connection command: "C:\WINDOWS\System32\OpenSSH\ssh.exe" -T -D 63072 vince bash
[17:05:25.961] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[17:05:42.962] Resolver error: Error: Connecting with SSH timed out
    at m.Timeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:584271)
    at Timeout._onTimeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:680601)
    at listOnTimeout (node:internal/timers:559:17)
    at process.processTimers (node:internal/timers:502:7)
[17:05:42.971] ------

[17:05:45.925] > d451dbf20d2a: running
> ]0;C:\WINDOWS\System32\cmd.exeAcquiring lock on /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302/vscode-remote-lock.user_00.b380da4ef1ee00e224a15c1d4d9793e27c2b6302
> Found existing installation at /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302...
> Checking /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.log and /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.pid for a running server
[17:05:45.925] Got some output, clearing connection timeout
[17:05:45.957] > Looking for server with pid: 4599
> Found running server...
>  
> *
> * Visual Studio Code Server
> *
> * By using the software, you agree to
> * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
> * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
> *
>  
[17:05:45.971] > Checking server status on port 43340 with wget
> d451dbf20d2a: start
> SSH_AUTH_SOCK====
> DISPLAY====
> webUiAccessToken====
> listeningOn==43340==
> osReleaseId==centos==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/run/user/1001==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> connectionToken==a1111aa1-11a1-1a11-a11a-1a111a11111a==
> d451dbf20d2a: end
[17:05:45.987] > 

Worked out by https://github.com/microsoft/vscode-remote-release/issues/7324#issuecomment-1307954310

Could be the same reason?

hongwen000 commented 1 year ago

Similar here

[17:05:25.810] Log Level: 2
[17:05:25.826] VS Code version: 1.79.0
[17:05:25.826] Remote-SSH version: remote-ssh@0.102.0
[17:05:25.826] win32 x64
[17:05:25.833] SSH Resolver called for "ssh-remote+vince", attempt 1
[17:05:25.833] "remote.SSH.useLocalServer": false
[17:05:25.834] "remote.SSH.showLoginTerminal": false
[17:05:25.834] "remote.SSH.remotePlatform": {"zoe":"linux","p1gd0g":"linux","vince":"linux","192.168.99.225":"linux","192.168.15.166":"linux","192.168.15.207":"linux"}
[17:05:25.834] "remote.SSH.path": undefined
[17:05:25.834] "remote.SSH.configFile": undefined
[17:05:25.834] "remote.SSH.useFlock": true
[17:05:25.834] "remote.SSH.lockfilesInTmp": false
[17:05:25.835] "remote.SSH.localServerDownload": auto
[17:05:25.835] "remote.SSH.remoteServerListenOnSocket": false
[17:05:25.835] "remote.SSH.showLoginTerminal": false
[17:05:25.835] "remote.SSH.defaultExtensions": []
[17:05:25.835] "remote.SSH.loglevel": 2
[17:05:25.835] "remote.SSH.enableDynamicForwarding": true
[17:05:25.836] "remote.SSH.enableRemoteCommand": false
[17:05:25.836] "remote.SSH.serverPickPortsFromRange": {}
[17:05:25.836] "remote.SSH.serverInstallPath": {}
[17:05:25.843] SSH Resolver called for host: vince
[17:05:25.843] Setting up SSH remote "vince"
[17:05:25.857] Using commit id "b380da4ef1ee00e224a15c1d4d9793e27c2b6302" and quality "stable" for server
[17:05:25.862] Install and start server if needed
[17:05:25.866] Checking ssh with "C:\WINDOWS\system32\ssh.exe -V"
[17:05:25.869] Got error from ssh: spawn C:\WINDOWS\system32\ssh.exe ENOENT
[17:05:25.870] Checking ssh with "C:\WINDOWS\ssh.exe -V"
[17:05:25.871] Got error from ssh: spawn C:\WINDOWS\ssh.exe ENOENT
[17:05:25.871] Checking ssh with "C:\WINDOWS\System32\Wbem\ssh.exe -V"
[17:05:25.873] Got error from ssh: spawn C:\WINDOWS\System32\Wbem\ssh.exe ENOENT
[17:05:25.873] Checking ssh with "C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe -V"
[17:05:25.874] Got error from ssh: spawn C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT
[17:05:25.874] Checking ssh with "C:\WINDOWS\System32\OpenSSH\ssh.exe -V"
[17:05:25.948] > OpenSSH_for_Windows_8.6p1, Li
[17:05:25.949] > breSSL 3.4.3

[17:05:25.958] Running script with connection command: "C:\WINDOWS\System32\OpenSSH\ssh.exe" -T -D 63072 vince bash
[17:05:25.961] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[17:05:42.962] Resolver error: Error: Connecting with SSH timed out
  at m.Timeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:584271)
  at Timeout._onTimeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:680601)
  at listOnTimeout (node:internal/timers:559:17)
  at process.processTimers (node:internal/timers:502:7)
[17:05:42.971] ------

[17:05:45.925] > d451dbf20d2a: running
> �]0;C:\WINDOWS\System32\cmd.exe�Acquiring lock on /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302/vscode-remote-lock.user_00.b380da4ef1ee00e224a15c1d4d9793e27c2b6302
> Found existing installation at /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302...
> Checking /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.log and /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.pid for a running server
[17:05:45.925] Got some output, clearing connection timeout
[17:05:45.957] > Looking for server with pid: 4599
> Found running server...
>  
> *
> * Visual Studio Code Server
> *
> * By using the software, you agree to
> * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
> * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
> *
>  
[17:05:45.971] > Checking server status on port 43340 with wget
> d451dbf20d2a: start
> SSH_AUTH_SOCK====
> DISPLAY====
> webUiAccessToken====
> listeningOn==43340==
> osReleaseId==centos==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/run/user/1001==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> connectionToken==a1111aa1-11a1-1a11-a11a-1a111a11111a==
> d451dbf20d2a: end
[17:05:45.987] > 

Worked out by #7324 (comment)

Could be the same reason?

It's crazy that this fixed this issue.

fadialzammar commented 1 year ago

Worked out by #7324 (comment)

Could be the same reason?

Wow... yup, closing the secondary side bar fixed it.

This is also why it worked on the workspace I created in 1.79 - I didn't add a sidebar to that one! Even opening a non-workspace session in your history that has the secondary sidebar will cause it not to connect.

fadialzammar commented 1 year ago

I also noticed that when it fails, it does not even invoke my SSH agent for my private key.

alexAtQuanos commented 1 year ago

Same here

roblourens commented 1 year ago

What was in the sidebar? Does setting "remote.SSH.useLocalServer": true in your settings.json work around it?

hongwen000 commented 1 year ago

useLocalServer does not help.



What was in the sidebar? Does setting "remote.SSH.useLocalServer": true in your settings.json work around it?

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-remote-release/issues/8586#issuecomment-1588243434, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGCG6H2SW3EBJYWTWTSZZMDXK6QSFANCNFSM6AAAAAAY76543U. You are receiving this because you commented.Message ID: @.***>

fadialzammar commented 1 year ago

What was in the sidebar? Does setting "remote.SSH.useLocalServer": true in your settings.json work around it?

Any second sidebar, even an empty one, seems to cause this issue. Setting "remote.SSH.useLocalServer": true does not help.

MichealPearce commented 1 year ago

Similar here

[17:05:25.810] Log Level: 2
[17:05:25.826] VS Code version: 1.79.0
[17:05:25.826] Remote-SSH version: remote-ssh@0.102.0
[17:05:25.826] win32 x64
[17:05:25.833] SSH Resolver called for "ssh-remote+vince", attempt 1
[17:05:25.833] "remote.SSH.useLocalServer": false
[17:05:25.834] "remote.SSH.showLoginTerminal": false
[17:05:25.834] "remote.SSH.remotePlatform": {"zoe":"linux","p1gd0g":"linux","vince":"linux","192.168.99.225":"linux","192.168.15.166":"linux","192.168.15.207":"linux"}
[17:05:25.834] "remote.SSH.path": undefined
[17:05:25.834] "remote.SSH.configFile": undefined
[17:05:25.834] "remote.SSH.useFlock": true
[17:05:25.834] "remote.SSH.lockfilesInTmp": false
[17:05:25.835] "remote.SSH.localServerDownload": auto
[17:05:25.835] "remote.SSH.remoteServerListenOnSocket": false
[17:05:25.835] "remote.SSH.showLoginTerminal": false
[17:05:25.835] "remote.SSH.defaultExtensions": []
[17:05:25.835] "remote.SSH.loglevel": 2
[17:05:25.835] "remote.SSH.enableDynamicForwarding": true
[17:05:25.836] "remote.SSH.enableRemoteCommand": false
[17:05:25.836] "remote.SSH.serverPickPortsFromRange": {}
[17:05:25.836] "remote.SSH.serverInstallPath": {}
[17:05:25.843] SSH Resolver called for host: vince
[17:05:25.843] Setting up SSH remote "vince"
[17:05:25.857] Using commit id "b380da4ef1ee00e224a15c1d4d9793e27c2b6302" and quality "stable" for server
[17:05:25.862] Install and start server if needed
[17:05:25.866] Checking ssh with "C:\WINDOWS\system32\ssh.exe -V"
[17:05:25.869] Got error from ssh: spawn C:\WINDOWS\system32\ssh.exe ENOENT
[17:05:25.870] Checking ssh with "C:\WINDOWS\ssh.exe -V"
[17:05:25.871] Got error from ssh: spawn C:\WINDOWS\ssh.exe ENOENT
[17:05:25.871] Checking ssh with "C:\WINDOWS\System32\Wbem\ssh.exe -V"
[17:05:25.873] Got error from ssh: spawn C:\WINDOWS\System32\Wbem\ssh.exe ENOENT
[17:05:25.873] Checking ssh with "C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe -V"
[17:05:25.874] Got error from ssh: spawn C:\WINDOWS\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT
[17:05:25.874] Checking ssh with "C:\WINDOWS\System32\OpenSSH\ssh.exe -V"
[17:05:25.948] > OpenSSH_for_Windows_8.6p1, Li
[17:05:25.949] > breSSL 3.4.3

[17:05:25.958] Running script with connection command: "C:\WINDOWS\System32\OpenSSH\ssh.exe" -T -D 63072 vince bash
[17:05:25.961] Terminal shell path: C:\WINDOWS\System32\cmd.exe
[17:05:42.962] Resolver error: Error: Connecting with SSH timed out
  at m.Timeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:584271)
  at Timeout._onTimeout (c:\Users\renha\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:680601)
  at listOnTimeout (node:internal/timers:559:17)
  at process.processTimers (node:internal/timers:502:7)
[17:05:42.971] ------

[17:05:45.925] > d451dbf20d2a: running
> �]0;C:\WINDOWS\System32\cmd.exe�Acquiring lock on /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302/vscode-remote-lock.user_00.b380da4ef1ee00e224a15c1d4d9793e27c2b6302
> Found existing installation at /home/user_00/.vscode-server/bin/b380da4ef1ee00e224a15c1d4d9793e27c2b6302...
> Checking /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.log and /home/user_00/.vscode-server/.b380da4ef1ee00e224a15c1d4d9793e27c2b6302.pid for a running server
[17:05:45.925] Got some output, clearing connection timeout
[17:05:45.957] > Looking for server with pid: 4599
> Found running server...
>  
> *
> * Visual Studio Code Server
> *
> * By using the software, you agree to
> * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
> * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
> *
>  
[17:05:45.971] > Checking server status on port 43340 with wget
> d451dbf20d2a: start
> SSH_AUTH_SOCK====
> DISPLAY====
> webUiAccessToken====
> listeningOn==43340==
> osReleaseId==centos==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/run/user/1001==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime====
> connectionToken==a1111aa1-11a1-1a11-a11a-1a111a11111a==
> d451dbf20d2a: end
[17:05:45.987] > 

Worked out by #7324 (comment)

Could be the same reason?

Was experiencing the issue and this fixed it for me as well. Very strange.

roblourens commented 1 year ago

I tried this on mac and windows with a few different configurations, and I don't see an issue. Is everyone on windows (local)? Is the "created in prior vscode version" point a false clue, and the real issue is just regarding the second sidebar?

Could someone run F1 > "Set Log Level" > Trace, try again, and share the logs from the "Window" output channel (and possibly flip through the others to check for obvious errors)

roblourens commented 1 year ago

Setting "remote.SSH.useLocalServer": true does not help.

Also, can someone share a log with this setting set to true (you must set it in your settings.json) that shows the issue?

@meganrogge @Tyriar I can't repro this issue yet, so it isn't exactly the same, however it is suspiciously similar to what I saw in https://github.com/microsoft/vscode-remote-release/issues/7324#issuecomment-1281234352 can you think of any relevant changes in the last release?

roblourens commented 1 year ago

And one last question, could you download the VS Code Insiders build and see whether it's still an issue there as well?

mo29cg commented 1 year ago

I had a similar issue https://github.com/microsoft/vscode-remote-release/issues/8601.
But downgrading to 1.78 also fixed my issue.
I could open a file with "connect to host" -> "open file", but not from command line.

raphaelcarlosr commented 1 year ago

Closing the secondary side bar fixed it for me too \o/

roblourens commented 1 year ago

Would appreciate answers to the above, and also, is it still an issue in the latest 1.79.2?

fadialzammar commented 1 year ago

Sorry for the delayed follow-up. After some more tinkering I found that setting "remote.SSH.useLocalServer": true in the client settings did not change anything, as I previously attempted, but adding it on the remote machine in ~/.vscode-server/data/Machine/settings.json did fix the issue! Though I do now get the following prompt when connecting:

Failed to find a non-Windows SSH installed. Password prompts may not be displayed properly! Disable remote.SSH.useLocalServer if needed.


To answer your previous questions:

I tried this on mac and windows with a few different configurations, and I don't see an issue. Is everyone on windows (local)? Is the "created in prior vscode version" point a false clue, and the real issue is just regarding the second sidebar?

Yes, the "created in prior vscode version" point turned out to be irrelevant. I am using Windows locally and Ubuntu on the remote machine.

Could someone run F1 > "Set Log Level" > Trace, try again, and share the logs from the "Window" output channel (and possibly flip through the others to check for obvious errors)

Window output

``` 2023-06-17 19:56:35.748 [info] [perf] Render performance baseline is 28ms 2023-06-17 19:56:36.844 [info] Invoking resolveAuthority(ssh-remote)... 2023-06-17 19:56:36.845 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy... 2023-06-17 19:56:36.845 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] invoking... 2023-06-17 19:56:37.846 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1001ms] waiting... 2023-06-17 19:56:38.845 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][2000ms] waiting... 2023-06-17 19:56:39.849 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][3004ms] waiting... 2023-06-17 19:56:40.855 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][4005ms] waiting... 2023-06-17 19:56:41.856 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][5011ms] waiting... 2023-06-17 19:56:42.849 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][6004ms] waiting... 2023-06-17 19:56:43.849 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][7004ms] waiting... 2023-06-17 19:56:44.848 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][8003ms] waiting... 2023-06-17 19:56:45.846 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][9001ms] waiting... 2023-06-17 19:56:45.869 [trace] KeybindingService#dispatch Ctrl+Shift+P [ Will dispatch command workbench.action.showCommands ] 2023-06-17 19:56:45.870 [trace] CommandService#executeCommand workbench.action.showCommands 2023-06-17 19:56:46.743 [trace] KeybindingService#dispatch Space [ No matching keybinding ] 2023-06-17 19:56:46.845 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][10000ms] waiting... 2023-06-17 19:56:46.882 [trace] KeybindingService#dispatch R [ No matching keybinding ] 2023-06-17 19:56:47.060 [trace] KeybindingService#dispatch E [ No matching keybinding ] 2023-06-17 19:56:47.113 [trace] KeybindingService#dispatch L [ No matching keybinding ] 2023-06-17 19:56:47.270 [trace] KeybindingService#dispatch O [ No matching keybinding ] 2023-06-17 19:56:47.585 [trace] CommandService#executeCommand workbench.action.reloadWindow 2023-06-17 19:56:47.586 [trace] [lifecycle] onBeforeUnload (reason: 3) 2023-06-17 19:56:47.586 [trace] [lifecycle] onBeforeUnload continues without veto 2023-06-17 19:56:47.590 [trace] [lifecycle] onWillUnload (reason: 3) 2023-06-17 19:56:47.591 [trace] ChatService#onWillSaveState: Persisting 0 sessions 2023-06-17 19:56:47.591 [trace] ChatService#onWillSaveState: Persisting 2 chars 2023-06-17 19:56:47.591 [trace] terminalInstance#dispose (instanceId: 1) 2023-06-17 19:56:47.593 [debug] Terminal process exit (instanceId: 1) with code undefined 2023-06-17 19:56:47.593 [debug] Terminal process exit (instanceId: 1) state 1 2023-06-17 19:56:47.596 [trace] Stopped polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/output_logging_20230617T195636/1-Remote%20-%20SSH.log 2023-06-17 19:56:47.858 [trace] workbench#open(): with configuration {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"pre-release":false,"version":false,"verbose":false,"status":false,"prof-startup":false,"no-cached-data":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"ms-enable-electron-run-as-node":false,"telemetry":false,"debugRenderer":false,"enable-smoke-test-driver":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"skip-welcome":false,"disable-telemetry":false,"disable-updates":false,"disable-keytar":false,"disable-workspace-trust":false,"disable-crash-reporter":false,"crash-reporter-id":"7e7a841a-a12b-4dcd-ad1d-beedc51d724b","skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"force":false,"do-not-sync":false,"trace":false,"force-user-env":false,"force-disable-user-env":false,"open-devtools":false,"disable-gpu-sandbox":false,"__enable-file-policy":false,"enable-coi":false,"no-proxy-server":false,"no-sandbox":false,"nolazy":false,"force-renderer-accessibility":false,"ignore-certificate-errors":false,"allow-insecure-localhost":false,"disable-dev-shm-usage":false,"profile-temp":false,"logsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632","machineId":"7f6b42e394c5cb508d8c6b881f2d2aca6d44365c2964427a1ef063bcfd2aa043","windowId":1,"mainPid":23292,"appRoot":"c:\\Users\\Fadi\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\resources\\app","execPath":"C:\\Users\\Fadi\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\Code - Insiders.exe","codeCachePath":"C:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\CachedData\\61ba389b0a7108af0411c73ab30c7e4350051645","backupPath":"C:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\Backups\\298deb7a96259663c614732bb30a8144","profiles":{"all":[{"id":"__default__profile__","name":"Default","location":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User","query":"","fragment":"","_formatted":null,"_fsPath":null},"isDefault":true,"globalStorageHome":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/globalStorage","query":"","fragment":"","_formatted":null,"_fsPath":null},"settingsResource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/settings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"keybindingsResource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/keybindings.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"tasksResource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/tasks.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"snippetsHome":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/snippets","query":"","fragment":"","_formatted":null,"_fsPath":null},"extensionsResource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/.vscode-insiders/extensions/extensions.json","query":"","fragment":"","_formatted":null,"_fsPath":null},"cacheHome":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/CachedProfilesData/__default__profile__","query":"","fragment":"","_formatted":null,"_fsPath":null}}],"profile":"[Circular]","home":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/User/profiles","query":"","fragment":"","_formatted":null,"_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\User\\profiles"}},"homeDir":"c:\\Users\\Fadi","tmpDir":"c:\\Users\\Fadi\\AppData\\Local\\Temp","userDataDir":"C:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders","remoteAuthority":"ssh-remote+dev","workspace":{"id":"329db42d3f20a4848160db05435377e4","uri":{"$mid":1,"path":"/home/fadi","scheme":"vscode-remote","authority":"ssh-remote+dev"}},"userEnv":{"VSCODE_IPC_HOOK":"\\\\.\\pipe\\a0a8366a3641de1b152869ba208e3ce5-1.80.0-insider-main-sock","VSCODE_NLS_CONFIG":"{\"locale\":\"en-us\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}","CHROME_CRASHPAD_PIPE_NAME":"\\\\.\\pipe\\LOCAL\\crashpad_23292_RRXFLIOPIZIQVPMU"},"logLevel":1,"loggers":{"window":[{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/network.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/network.log","_fsPath":null},"id":"network","name":"Network Requests","when":"logLevel == 'trace'"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/renderer.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/renderer.log","_fsPath":null},"id":"rendererLog","name":"Window"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/views.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/views.log","_fsPath":null},"id":"viewsLog","name":"Views","hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/remoteTunnelService.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/remoteTunnelService.log","_fsPath":null},"id":"remoteTunnelService","name":"Remote Tunnel Service"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/exthost.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/exthost.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\exthost.log"},"id":"exthost","name":"Extension Host"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/extensionTelemetry.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/extensionTelemetry.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\extensionTelemetry.log"},"id":"extensionTelemetryLog","name":"Extension Telemetry","hidden":false},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/output_20230617T195633/tasks.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/output_20230617T195633/tasks.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\output_20230617T195633\\tasks.log"},"id":"8467792","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/notebook.rendering.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/notebook.rendering.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\notebook.rendering.log"},"id":"notebook.rendering","name":"Notebook rendering"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/vscode.git/Git.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/vscode.git/Git.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\vscode.git\\Git.log"},"id":"vscode.git.Git","name":"Git","extensionId":"vscode.git"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/vscode.github/GitHub.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/vscode.github/GitHub.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\vscode.github\\GitHub.log"},"id":"vscode.github.GitHub","name":"GitHub","extensionId":"vscode.github"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/editSessions.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/editSessions.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\editSessions.log"},"id":"editSessions","name":"Cloud Changes"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/vscode.github-authentication/GitHub Authentication.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/vscode.github-authentication/GitHub%20Authentication.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\vscode.github-authentication\\GitHub Authentication.log"},"id":"vscode.github-authentication.GitHub Authentication","name":"GitHub Authentication","extensionId":"vscode.github-authentication"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/vscode.microsoft-authentication/Microsoft Authentication.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/vscode.microsoft-authentication/Microsoft%20Authentication.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\vscode.microsoft-authentication\\Microsoft Authentication.log"},"id":"vscode.microsoft-authentication.Microsoft Authentication","name":"Microsoft Authentication","extensionId":"vscode.microsoft-authentication"},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/output_20230617T195636/tasks.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/output_20230617T195636/tasks.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\output_20230617T195636\\tasks.log"},"id":"-390b702b","logLevel":1,"hidden":true},{"resource":{"scheme":"file","authority":"","path":"/c:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/window1/exthost/output_logging_20230617T195636/1-Remote - SSH.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/output_logging_20230617T195636/1-Remote%20-%20SSH.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\window1\\exthost\\output_logging_20230617T195636\\1-Remote - SSH.log"},"id":"-62dd9010","logLevel":1,"hidden":true}],"global":[{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/main.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/main.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\main.log"},"id":"main","name":"Main"},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/sharedprocess.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/sharedprocess.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\sharedprocess.log"},"id":"sharedprocess","name":"Shared"},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/telemetry.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/telemetry.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\telemetry.log"},"id":"telemetry","name":"Telemetry","hidden":false},{"resource":{"scheme":"file","authority":"","path":"/C:/Users/Fadi/AppData/Roaming/Code - Insiders/logs/20230617T195632/userDataSync.log","query":"","fragment":"","_formatted":"file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/userDataSync.log","_fsPath":"c:\\Users\\Fadi\\AppData\\Roaming\\Code - Insiders\\logs\\20230617T195632\\userDataSync.log"},"id":"userDataSync","name":"Settings Sync"}]},"product":{"nameShort":"Code - Insiders","nameLong":"Visual Studio Code - Insiders","applicationName":"code-insiders","win32AppId":"{{C26E74D1-022E-4238-8B9D-1E7564A36CC9}","win32x64AppId":"{{1287CAD5-7C8D-410D-88B9-0D1EE4A83FF2}","win32arm64AppId":"{{0AEDB616-9614-463B-97D7-119DD86CCA64}","win32UserAppId":"{{26F4A15E-E392-4887-8C09-7BC55712FD5B}","win32x64UserAppId":"{{217B4C08-948D-4276-BFBB-BEE930AE5A2C}","win32arm64UserAppId":"{{69BD8F7B-65EB-4C6F-A14E-44CFA83712C0}","win32NameVersion":"Microsoft Visual Studio Code Insiders","win32DirName":"Microsoft VS Code Insiders","win32SetupExeBasename":"VSCodeInsidersSetup","win32AppUserModelId":"Microsoft.VisualStudioCodeInsiders","win32ShellNameShort":"Code Insiders","win32MutexName":"vscodeinsiders","win32RegValueName":"VSCodeInsiders","darwinCredits":"resources/darwin/Credits.rtf","darwinBundleIdentifier":"com.microsoft.VSCodeInsiders","darwinExecutable":"VSCodeInsiders","linuxIconName":"vscode-insiders","licenseFileName":"LICENSE.rtf","licenseName":"Multiple, see https://code.visualstudio.com/license","serverGreeting":[],"serverLicense":["*","* Visual Studio Code Server","*","* By using the software, you agree to","* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and","* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).","*"],"serverLicensePrompt":"Do you accept the terms in the License Agreement (Y/n)?","serverApplicationName":"code-server-insiders","urlProtocol":"vscode-insiders","dataFolderName":".vscode-insiders","serverDataFolderName":".vscode-server-insiders","downloadUrl":"https://code.visualstudio.com/insiders","updateUrl":"https://update.code.visualstudio.com","webUrl":"https://insiders.vscode.dev","webEndpointUrl":"https://main.vscode-cdn.net","webEndpointUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}","webviewContentExternalBaseUrlTemplate":"https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/","quality":"insider","extensionsGallery":{"nlsBaseUrl":"https://www.vscode-unpkg.net/_lp/","serviceUrl":"https://marketplace.visualstudio.com/_apis/public/gallery","searchUrl":"https://marketplace.visualstudio.com/_apis/public/gallery/searchrelevancy/extensionquery","servicePPEUrl":"https://marketplace.vsallin.net/_apis/public/gallery","cacheUrl":"https://vscode.blob.core.windows.net/gallery/index","itemUrl":"https://marketplace.visualstudio.com/items","publisherUrl":"https://marketplace.visualstudio.com/publishers","resourceUrlTemplate":"https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}","controlUrl":"https://az764295.vo.msecnd.net/extensions/marketplace.json"},"profileTemplatesUrl":"https://az764295.vo.msecnd.net/profile-templates/profile-templates.json","extensionRecommendations":{"ms-dotnettools.csharp":{"onFileOpen":[{"pathGlob":"{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}","important":true},{"languages":["csharp"],"important":true},{"pathGlob":"{**/project.json,**/appsettings.json}"}]},"ms-python.python":{"onFileOpen":[{"pathGlob":"{**/*.py}","important":true},{"languages":["python"],"important":true},{"pathGlob":"{**/*.ipynb}"}]},"ms-toolsai.jupyter":{"onFileOpen":[{"pathGlob":"{**/*.py}","contentPattern":"^#\\s*%%$","important":true,"whenInstalled":["ms-python.python"]},{"pathGlob":"{**/*.ipynb}"}]},"golang.Go":{"onFileOpen":[{"pathGlob":"**/*.go","important":true},{"languages":["go"],"important":true}]},"vscjava.vscode-java-pack":{"onFileOpen":[{"pathGlob":"{**/*.java}","important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]},{"languages":["java"],"important":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}]},"ms-vscode.PowerShell":{"onFileOpen":[{"pathGlob":"{**/*.ps1,**/*.psd1,**/*.psm1}","important":true},{"languages":["powershell"],"important":true},{"pathGlob":"{**/*.ps.config,**/*.ps1.config}"}]},"ms-vscode.cpptools-extension-pack":{"onFileOpen":[{"pathGlob":"{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}","important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]},{"languages":["c","cpp"],"important":true,"whenNotInstalled":["llvm-vs-code-extensions.vscode-clangd"]}]},"ms-azuretools.vscode-docker":{"onFileOpen":[{"pathGlob":"{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}","important":true},{"languages":["dockerfile"],"important":true},{"pathGlob":"{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}"}]},"vue.volar":{"onFileOpen":[{"pathGlob":"{**/*.vue}","important":true},{"languages":["vue"],"important":true}]},"ms-vscode.makefile-tools":{"onFileOpen":[{"pathGlob":"{**/makefile,**/Makefile}","important":true},{"languages":["makefile"],"important":true}]},"ms-vscode.cmake-tools":{"onFileOpen":[{"pathGlob":"{**/CMakeLists.txt}","important":true}]},"ms-azure-devops.azure-pipelines":{"onFileOpen":[{"pathGlob":"{**/azure-pipelines.yaml}","important":true}]},"msazurermtools.azurerm-vscode-tools":{"onFileOpen":[{"pathGlob":"{**/azuredeploy.json}","important":true}]},"ms-vscode-remote.remote-containers":{"onFileOpen":[{"pathGlob":"{**/devcontainer.json}","important":true}]},"ms-azuretools.vscode-bicep":{"onFileOpen":[{"pathGlob":"{**/*.bicep}","important":true}]},"svelte.svelte-vscode":{"onFileOpen":[{"pathGlob":"{**/*.svelte}","important":true}]},"ms-vscode.vscode-github-issue-notebooks":{"onFileOpen":[{"pathGlob":"{**/*.github-issues}","important":true}]},"ms-playwright.playwright":{"onFileOpen":[{"pathGlob":"{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}","important":true}]},"vscjava.vscode-gradle":{"onFileOpen":[{"pathGlob":"{**/gradlew,**/gradlew.bat,**/build.gradle,**/build.gradle.kts,**/settings.gradle,**/settings.gradle.kts}","important":true}]},"REditorSupport.r":{"onFileOpen":[{"pathGlob":"{**/*.r}","important":true},{"languages":["r"],"important":true}]},"firefox-devtools.vscode-firefox-debug":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}"}]},"ms-edgedevtools.vscode-edge-devtools":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}"}]},"Ionide.Ionide-fsharp":{"onFileOpen":[{"pathGlob":"{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}"}]},"dbaeumer.vscode-eslint":{"onFileOpen":[{"pathGlob":"{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}"}]},"ms-vscode.vscode-typescript-tslint-plugin":{"onFileOpen":[{"pathGlob":"{**/tslint.json}"}]},"bmewburn.vscode-intelephense-client":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"xdebug.php-debug":{"onFileOpen":[{"pathGlob":"{**/*.php,**/php.ini}"}]},"rust-lang.rust-analyzer":{"onFileOpen":[{"pathGlob":"{**/*.rs,**/*.rslib}"}]},"DavidAnson.vscode-markdownlint":{"onFileOpen":[{"pathGlob":"{**/*.md}"}]},"EditorConfig.EditorConfig":{"onFileOpen":[{"pathGlob":"{**/.editorconfig}"}]},"HookyQR.beautify":{"onFileOpen":[{"pathGlob":"{**/.jsbeautifyrc}"}]},"donjayamanne.githistory":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"felipecaputo.git-project-manager":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"eamodio.gitlens":{"onFileOpen":[{"pathGlob":"{**/.gitignore,**/.git}"}]},"Shopify.ruby-lsp":{"onFileOpen":[{"pathGlob":"{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}"}]},"DotJoshJohnson.xml":{"onFileOpen":[{"pathGlob":"{**/*.xml}"}]},"stylelint.vscode-stylelint":{"onFileOpen":[{"pathGlob":"{**/.stylelintrc,**/stylelint.config.js}"}]},"ms-mssql.mssql":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"mtxr.sqltools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"usqlextpublisher.usql-vscode-ext":{"onFileOpen":[{"pathGlob":"{**/*.usql}"}]},"ms-vscode.sublime-keybindings":{"onFileOpen":[{"pathGlob":"{**/.sublime-project,**/.sublime-workspace}"}]},"k--kato.intellij-idea-keybindings":{"onFileOpen":[{"pathGlob":"{**/.idea}"}]},"christian-kohler.npm-intellisense":{"onFileOpen":[{"pathGlob":"{**/package.json}"}]},"cake-build.cake-vscode":{"onFileOpen":[{"pathGlob":"{**/build.cake}"}]},"Angular.ng-template":{"onFileOpen":[{"pathGlob":"{**/.angular-cli.json,**/angular.json,**/*.ng.html,**/*.ng,**/*.ngml}"}]},"vscjava.vscode-maven":{"onFileOpen":[{"pathGlob":"**/pom.xml"}]},"ms-azuretools.vscode-azureterraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"HashiCorp.terraform":{"onFileOpen":[{"pathGlob":"**/*.tf"}]},"vsciot-vscode.vscode-arduino":{"onFileOpen":[{"pathGlob":"**/*.ino"}]},"ms-kubernetes-tools.vscode-kubernetes-tools":{"onFileOpen":[{"pathGlob":"{**/Chart.yaml}"}]},"GoogleCloudTools.cloudcode":{"onFileOpen":[{"pathGlob":"{**/skaffold.yaml}"}]},"Oracle.oracledevtools":{"onFileOpen":[{"pathGlob":"{**/*.sql}"}]},"betterthantomorrow.calva":{"onFileOpen":[{"pathGlob":"{**/*.clj,**/*.cljs}"}]},"Pivotal.vscode-boot-dev-pack":{"onFileOpen":[{"pathGlob":"{**/application.properties}"}]},"GitHub.copilot":{"onFileOpen":[{"pathGlob":"{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"}],"onSettingsEditorOpen":{"prerelease":"GitHub.copilot-nightly"}},"GitHub.vscode-github-actions":{"onFileOpen":[{"pathGlob":"{**/.github/workflows/*.yml}","important":true}]},"circleci.circleci":{"onFileOpen":[{"pathGlob":"{**/.circleci/config.yml}"}]}},"keymapExtensionTips":["vscodevim.vim","ms-vscode.sublime-keybindings","ms-vscode.atom-keybindings","ms-vscode.brackets-keybindings","ms-vscode.vs-keybindings","ms-vscode.notepadplusplus-keybindings","k--kato.intellij-idea-keybindings","lfs.vscode-emacs-friendly","alphabotsec.vscode-eclipse-keybindings","alefragnani.delphi-keybindings"],"languageExtensionTips":["ms-python.python","ms-vscode.cpptools-extension-pack","ms-dotnettools.csharp","ms-toolsai.jupyter","vscjava.vscode-java-pack","ecmel.vscode-html-css","vue.volar","bmewburn.vscode-intelephense-client","dsznajder.es7-react-js-snippets","golang.go","ms-vscode.powershell","dart-code.dart-code","rust-lang.rust-analyzer","Shopify.ruby-lsp","GitHub.copilot"],"configBasedExtensionTips":{"git":{"configPath":".git/config","configName":"Git","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","contentPattern":"^\\s*url\\s*=\\s*https:\\/\\/github\\.com.*$"},"eamodio.gitlens":{"name":"GitLens"}}},"devContainer":{"configPath":".devcontainer/devcontainer.json","configName":"Dev Container","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev Containers","important":true}}},"maven":{"configPath":"pom.xml","configName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]},"Pivotal.vscode-boot-dev-pack":{"name":"Spring Boot Extension Pack","isExtensionPack":true}}},"gradle":{"configPath":"build.gradle","configName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"github-pull-request":{"configPath":".vscode/.github-pull-request.rec","configName":"GitHub","configScheme":"vscode-vfs","recommendations":{"github.vscode-pull-request-github":{"name":"GitHub Pull Request","important":true}}},"python-formatter":{"configPath":"pyproject.toml","configName":"Python Formatter","recommendations":{"ms-python.black-formatter":{"name":"Black Formatter","contentPattern":"(^\\s*\\[\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*\\])|(\"black\\s*[\"[(<=>!~;@])"}}}},"exeBasedExtensionTips":{"az":{"friendlyName":"Azure CLI","windowsPath":"%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd","recommendations":{"ms-vscode.azurecli":{"name":"Azure CLI Tools"}}},"azd":{"friendlyName":"Azure Dev CLI","windowsPath":"%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"azd-user":{"friendlyName":"Azure Dev CLI","windowsPath":"%ProgramFiles%\\Azure Dev CLI\\azd.exe","recommendations":{"ms-azuretools.azure-dev":{"name":"Azure Developer CLI"},"ms-azuretools.vscode-azureresourcegroups":{"name":"Azure Resources"}}},"heroku":{"friendlyName":"Heroku CLI","windowsPath":"%ProgramFiles%\\Heroku\\bin\\heroku.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"pkosta2005.heroku-command":{"name":"heroku-cli"}}},"mongo":{"friendlyName":"Mongo","windowsPath":"%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe","recommendations":{"ms-azuretools.vscode-cosmosdb":{"name":"Azure Databases"}}},"serverless":{"friendlyName":"Serverless framework","windowsPath":"%APPDATA%\\npm\\serverless.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"func":{"friendlyName":"Azure Function SDK","windowsPath":"%APPDATA%\\npm\\func.cmd","recommendations":{"ms-azuretools.vscode-azurefunctions":{"name":"Azure Functions"}}},"mysql":{"friendlyName":"MySQL","windowsPath":"%ProgramFiles%\\MySQL\\MySQL Server 8.0\\bin\\mysqld.exe","recommendations":{"mtxr.sqltools":{"name":"SQLTools"}}},"postgres":{"friendlyName":"PostgreSQL","windowsPath":"%ProgramFiles%\\PostgreSQL\\11\\bin\\psql.exe","recommendations":{"ms-ossdata.vscode-postgresql":{"name":"PostgreSQL"},"mtxr.sqltools":{"name":"SQLTools"}}},"sqlcmd":{"friendlyName":"SQL CLI","recommendations":{"ms-mssql.mssql":{"name":"SQL Server (mssql)"}}},"now":{"friendlyName":"Now CLI","windowsPath":"%APPDATA%\\npm\\now.cmd","recommendations":{"ms-azuretools.vscode-azureappservice":{"name":"Azure App Service"},"ms-azuretools.vscode-docker":{"name":"Docker"}}},"docker":{"friendlyName":"Docker","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\docker.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker","important":true},"ms-vscode-remote.remote-containers":{"name":"Dev Containers","important":true},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"kubectl":{"friendlyName":"Kubernetes","windowsPath":"%ProgramFiles%\\Docker\\Docker\\Resources\\bin\\kubectl.exe","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"ng":{"friendlyName":"Angular CLI","windowsPath":"%APPDATA%\\npmexit\\ng.cmd","recommendations":{"johnpapa.Angular2":{"name":"Angular Snippets"}}},"create-react-app":{"friendlyName":"Create React App","windowsPath":"%APPDATA%\\npm\\create-react-app.cmd","recommendations":{"msjsdiag.vscode-react-native":{"name":"React Native Tools"}}},"react-native":{"friendlyName":"React Native","windowsPath":"%APPDATA%\\npm\\react-native-cli","recommendations":{"msjsdiag.vscode-react-native":{"name":"React Native Tools"}}},"p4":{"friendlyName":"Perforce","recommendations":{"slevesque.perforce":{"name":"Perforce for VS Code"}}},"hg":{"friendlyName":"Mercurial","recommendations":{"mrcrowl.hg":{"name":"Hg"}}},"git":{"friendlyName":"Git","windowsPath":"%ProgramFiles%\\Git\\git-bash.exe","recommendations":{"eamodio.gitlens":{"name":"GitLens"}}},"svn":{"friendlyName":"Subversion","windowsPath":"%ProgramFiles%\\TortoiseSVN\\bin\\TortoiseProc.exe","recommendations":{"johnstoncode.svn-scm":{"name":"SVN"}}},"subl":{"friendlyName":"Sublime","windowsPath":"%ProgramFiles%\\Sublime Text3\\sublime_text.exe","recommendations":{"ms-vscode.sublime-keybindings":{"name":"Sublime Text Keymap and Settings Importer"}}},"atom":{"friendlyName":"Atom","windowsPath":"%USERPROFILE%\\AppData\\Local\\atom\\bin\\atom.cmd","recommendations":{"ms-vscode.atom-keybindings":{"name":"Atom Keymap"}}},"brackets":{"friendlyName":"Brackets","windowsPath":"%ProgramFiles(x86)%\\Brackets\\Brackets.exe","recommendations":{"ms-vscode.brackets-keybindings":{"name":"Brackets Keymap"}}},"notepadplusplus":{"friendlyName":"Notepad++","windowsPath":"%ProgramFiles%\\Notepad++\\Notepad++.exe","recommendations":{"ms-vscode.notepadplusplus-keybindings":{"name":"Notepad++ keymap"}}},"vi":{"friendlyName":"VIM","windowsPath":"%ProgramFiles(x86)%\\Vim\\vim80\\gvim.exe","recommendations":{"vscodevim.vim":{"name":"Vim"}}},"mvn":{"friendlyName":"Maven","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"gradle":{"friendlyName":"Gradle","recommendations":{"vscjava.vscode-java-pack":{"name":"Java","important":true,"isExtensionPack":true,"whenNotInstalled":["ASF.apache-netbeans-java"]}}},"Microsoft Edge":{"friendlyName":"Microsoft Edge","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Dev":{"friendlyName":"Microsoft Edge Dev","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Dev\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Beta":{"friendlyName":"Microsoft Edge Beta","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge Beta\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Microsoft Edge Canary":{"friendlyName":"Microsoft Edge Canary","windowsPath":"%USERPROFILE%\\AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe","recommendations":{"ms-edgedevtools.vscode-edge-devtools":{"name":"Microsoft Edge Developer Tools"}}},"Mozilla Firefox (x86)":{"friendlyName":"Mozilla Firefox","windowsPath":"%ProgramFiles(x86)%\\Mozilla Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox Developer Edition (x86)":{"friendlyName":"Mozilla Firefox Developer Edition","windowsPath":"%ProgramFiles(x86)%\\Firefox Developer Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox":{"friendlyName":"Mozilla Firefox","windowsPath":"%ProgramFiles%\\Mozilla Firefox\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"Mozilla Firefox Developer Edition":{"friendlyName":"Mozilla Firefox Developer Edition","windowsPath":"%ProgramFiles%\\Firefox Developer Edition\\firefox.exe","recommendations":{"firefox-devtools.vscode-firefox-debug":{"name":"Debugger for Firefox"}}},"cordova":{"friendlyName":"Cordova","windowsPath":"%APPDATA%\\npm\\cordova","recommendations":{"msjsdiag.cordova-tools":{"name":"Cordova Tools"}}},"gcloud":{"friendlyName":"Google GCloud CLI","windowsPath":"%ProgramFiles(x86)%\\Google\\Cloud SDK\\google-cloud-sdk\\bin\\gcloud.cmd","recommendations":{"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"skaffold":{"friendlyName":"Skaffold Code to Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"}}},"minikube":{"friendlyName":"MiniKube Local Kubernetes Cluster","recommendations":{"ms-azuretools.vscode-docker":{"name":"Docker"},"ms-kubernetes-tools.vscode-kubernetes-tools":{"name":"Kubernetes"},"GoogleCloudTools.cloudcode":{"name":"Cloud Code"},"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"podman":{"friendlyName":"Podman","recommendations":{"ms-vscode-remote.remote-containers":{"name":"Dev Containers"}}},"wsl":{"friendlyName":"Windows Subsystem for Linux (WSL)","windowsPath":"%WINDIR%\\system32\\lxss\\LxssManager.dll","important":true,"recommendations":{"ms-vscode-remote.remote-wsl":{"name":"WSL","important":true}}}},"webExtensionTips":["tyriar.luna-paint","codespaces-contrib.codeswing","ms-vscode.vscode-github-issue-notebooks","esbenp.prettier-vscode","hediet.vscode-drawio"],"virtualWorkspaceExtensionTips":{"vscode-vfs":{"friendlyName":"Remote Repositories","extensionId":"ms-vscode.remote-repositories","startEntry":{"helpLink":"https://aka.ms/vscode-remote/remote-repositories","startConnectLabel":"Remote Repository","startCommand":"remoteHub.continueOn.openRepository","priority":5}}},"remoteExtensionTips":{"wsl":{"friendlyName":"WSL","extensionId":"ms-vscode-remote.remote-wsl","supportedPlatforms":["Windows"],"startEntry":{"helpLink":"https://aka.ms/vscode-remote/wsl","startConnectLabel":"WSL","startCommand":"remote-wsl.connect","priority":3}},"ssh-remote":{"friendlyName":"Remote - SSH","extensionId":"ms-vscode-remote.remote-ssh","startEntry":{"helpLink":"https://aka.ms/vscode-remote/ssh","startConnectLabel":"SSH ","startCommand":"opensshremotes.openEmptyWindowInCurrentWindow","priority":1}},"dev-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers","startEntry":{"helpLink":"https://aka.ms/vscode-remote/containers","startConnectLabel":"Dev Container","startCommand":"remote-containers.reopenInContainer","priority":2}},"attached-container":{"friendlyName":"Dev Containers","extensionId":"ms-vscode-remote.remote-containers"},"codespaces":{"friendlyName":"GitHub Codespaces","extensionId":"github.codespaces","startEntry":{"helpLink":"https://aka.ms/vscode-remote-codespaces","startConnectLabel":"GitHub Codespace ","startCommand":"github.codespaces.connect","priority":4}},"tunnel":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server","startEntry":{"helpLink":"https://aka.ms/remote-tunnels-doc","startConnectLabel":"Tunnel","startCommand":"remote-tunnels.connectCurrentWindowToTunnel","priority":0}}},"commandPaletteSuggestedCommandIds":["workbench.action.files.openFile","workbench.action.files.openFileFolder","workbench.action.files.openFolder","workbench.action.remote.showMenu","editor.action.formatDocument","editor.action.commentLine","workbench.action.tasks.runTask","workbench.action.openSettings2","workbench.action.selectTheme","workbench.action.openWalkthrough","workbench.action.openIssueReporter"],"extensionKeywords":{"md":["Markdown"],"js":["JavaScript"],"jsx":["JavaScript"],"es6":["JavaScript"],"html":["Html"],"ts":["TypeScript"],"tsx":["TypeScript"],"css":["CSS"],"scss":["SASS"],"txt":["Text"],"php":["PHP"],"php3":["PHP"],"php4":["PHP"],"ph3":["PHP"],"ph4":["PHP"],"xml":["XML"],"py":["Python"],"pyc":["Python"],"pyd":["Python"],"pyo":["Python"],"pyw":["Python"],"pyz":["Python"],"java":["Java"],"class":["Java"],"jar":["Java"],"c":["c","objective c","objective-c"],"m":["objective c","objective-c"],"mm":["objective c","objective-c"],"cpp":["cpp","c plus plus","c","c++"],"cc":["cpp","c plus plus","c","c++"],"cxx":["cpp","c plus plus","c++"],"hh":["cpp","c plus plus","c++"],"hpp":["cpp","c++"],"h":["cpp","c plus plus","c++","c","objective c","objective-c"],"sql":["sql"],"sh":["bash"],"bash":["bash"],"zsh":["bash","zshell"],"cs":["c#","csharp"],"csproj":["c#","csharp"],"sln":["c#","csharp"],"go":["go"],"sty":["latex"],"tex":["latex"],"ps":["powershell"],"ps1":["powershell"],"rs":["rust"],"rslib":["rust"],"hs":["haskell"],"lhs":["haskell"],"scm":["scheme"],"ss":["scheme"],"clj":["clojure"],"cljs":["clojure"],"cljc":["clojure"],"edn":["clojure"],"erl":["erlang"],"hrl":["erlang"],"scala":["scala"],"sc":["scala"],"pl":["perl"],"pm":["perl"],"t":["perl"],"pod":["perl"],"groovy":["groovy"],"swift":["swift"],"rb":["ruby"],"rbw":["ruby"],"jl":["julia"],"f":["fortran"],"for":["fortran"],"f90":["fortran"],"f95":["fortran"],"coffee":["CoffeeScript"],"litcoffee":["CoffeeScript"],"yaml":["yaml"],"yml":["yaml"],"dart":["dart"],"json":["json"]},"extensionAllowedBadgeProviders":["api.bintray.com","api.travis-ci.com","api.travis-ci.org","app.fossa.io","badge.buildkite.com","badge.fury.io","badge.waffle.io","badgen.net","badges.frapsoft.com","badges.gitter.im","badges.greenkeeper.io","cdn.travis-ci.com","cdn.travis-ci.org","ci.appveyor.com","circleci.com","cla.opensource.microsoft.com","codacy.com","codeclimate.com","codecov.io","coveralls.io","david-dm.org","deepscan.io","dev.azure.com","docs.rs","flat.badgen.net","gemnasium.com","githost.io","gitlab.com","godoc.org","goreportcard.com","img.shields.io","isitmaintained.com","marketplace.visualstudio.com","nodesecurity.io","opencollective.com","snyk.io","travis-ci.com","travis-ci.org","visualstudio.com","vsmarketplacebadge.apphb.com","www.bithound.io","www.versioneye.com"],"extensionAllowedBadgeProvidersRegex":["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"],"crashReporter":{"productName":"VSCode","companyName":"Microsoft"},"appCenter":{"win32-ia32":"appcenter://code-insiders?aid=54e00ade-f29f-46dc-8747-244de208ba6d","win32-x64":"appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d","win32-arm64":"appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213","linux-x64":"appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a","darwin":"appcenter://code-insiders?aid=5e4c15d3-0a3c-4c3b-a294-2a40850616a2","darwin-arm64":"appcenter://code-insiders?aid=d6599f8f-6aee-4013-b47c-1e1269faa19a","darwin-universal":"appcenter://code-insiders?aid=9198980f-302c-4143-9ddf-29914b57be2e"},"enableTelemetry":true,"aiConfig":{"ariaKey":"5bbf946d11a54f6783919c455abaddaf-fd62977b-c92d-4714-a45d-649d06980372-7168"},"msftInternalDomains":["redmond.corp.microsoft.com","northamerica.corp.microsoft.com","fareast.corp.microsoft.com","ntdev.corp.microsoft.com","wingroup.corp.microsoft.com","southpacific.corp.microsoft.com","wingroup.windeploy.ntdev.microsoft.com","ddnet.microsoft.com","europe.corp.microsoft.com"],"sendASmile":{"reportIssueUrl":"https://go.microsoft.com/fwlink/?LinkId=534872","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482"},"documentationUrl":"https://go.microsoft.com/fwlink/?LinkID=533484#vscode","serverDocumentationUrl":"https://aka.ms/vscode-server-doc","releaseNotesUrl":"https://go.microsoft.com/fwlink/?LinkId=724002","keyboardShortcutsUrlMac":"https://go.microsoft.com/fwlink/?linkid=832143","keyboardShortcutsUrlLinux":"https://go.microsoft.com/fwlink/?linkid=832144","keyboardShortcutsUrlWin":"https://go.microsoft.com/fwlink/?linkid=832145","introductoryVideosUrl":"https://go.microsoft.com/fwlink/?linkid=832146","tipsAndTricksUrl":"https://go.microsoft.com/fwlink/?linkid=852118","newsletterSignupUrl":"https://www.research.net/r/vsc-newsletter","twitterUrl":"https://go.microsoft.com/fwlink/?LinkID=533687","requestFeatureUrl":"https://go.microsoft.com/fwlink/?LinkID=533482","reportIssueUrl":"https://github.com/Microsoft/vscode/issues/new","reportMarketplaceIssueUrl":"https://github.com/microsoft/vsmarketplace/issues/new","licenseUrl":"https://go.microsoft.com/fwlink/?LinkID=761088","serverLicenseUrl":"https://aka.ms/vscode-server-license","privacyStatementUrl":"https://go.microsoft.com/fwlink/?LinkId=521839","showTelemetryOptOut":true,"npsSurveyUrl":"https://aka.ms/vscode-nps","cesSurveyUrl":"https://aka.ms/new-to-vscode-feedback","checksumFailMoreInfoUrl":"https://go.microsoft.com/fwlink/?LinkId=828886","electronRepository":"Microsoft/vscode-electron-prebuilt","nodejsRepository":"Microsoft/vscode-node","settingsSearchUrl":"https://bingsettingssearch.trafficmanager.net/api/Search","surveys":[{"surveyId":"cpp.1","surveyUrl":"https://www.research.net/r/VBVV6C6","languageId":"cpp","editCount":10,"userProbability":0.15},{"surveyId":"java.2","surveyUrl":"https://www.research.net/r/vscodejava","languageId":"java","editCount":10,"userProbability":0.3},{"surveyId":"javascript.1","surveyUrl":"https://www.research.net/r/vscode-js","languageId":"javascript","editCount":10,"userProbability":0.05},{"surveyId":"typescript.1","surveyUrl":"https://www.research.net/r/vscode-ts","languageId":"typescript","editCount":10,"userProbability":0.05},{"surveyId":"csharp.1","surveyUrl":"https://www.research.net/r/8KGJ9V8","languageId":"csharp","editCount":10,"userProbability":0.05}],"extensionEnabledApiProposals":{"ms-vscode.vscode-selfhost-test-provider":["testObserver"],"VisualStudioExptTeam.vscodeintellicode-completions":["inlineCompletionsAdditions"],"ms-vsliveshare.vsliveshare":["contribMenuBarHome","contribShareMenu","contribStatusBarItems","diffCommand","documentFiltersExclusive","fileSearchProvider","findTextInFiles","notebookCellExecutionState","notebookLiveShare","terminalDimensions","terminalDataWriteEvent","textSearchProvider"],"ms-vscode.js-debug":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-toolsai.vscode-ai-remote":["resolvers"],"ms-python.python":["contribEditorContentMenu","quickPickSortByLabel","portsAttributes","testObserver","envShellEvent","quickPickItemTooltip","terminalDataWriteEvent","envCollectionWorkspace","saveEditor","envCollectionOptions"],"ms-dotnettools.dotnet-interactive-vscode":["notebookMessaging"],"GitHub.codespaces":["contribEditSessions","contribMenuBarHome","contribRemoteHelp","contribViewsRemote","resolvers","tunnels","terminalDataWriteEvent","treeViewReveal","notebookKernelSource"],"ms-vscode.azure-repos":["extensionRuntime","fileSearchProvider","textSearchProvider"],"ms-vscode.remote-repositories":["canonicalUriProvider","contribEditSessions","contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","contribShareMenu","documentFiltersExclusive","editSessionIdentityProvider","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","shareProvider","scmActionButton","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-vscode-remote.remote-wsl":["resolvers","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode-remote.remote-ssh":["resolvers","tunnels","terminalDataWriteEvent","contribRemoteHelp","contribViewsRemote","telemetry"],"ms-vscode.remote-server":["resolvers","tunnels"],"ms-vscode.remote-explorer":["contribRemoteHelp","contribViewsRemote","extensionsAny"],"ms-vscode-remote.remote-containers":["contribEditSessions","resolvers","tunnels","workspaceTrust","terminalDimensions","contribRemoteHelp","contribViewsRemote"],"ms-vscode.js-debug-nightly":["portsAttributes","findTextInFiles","workspaceTrust","tunnels"],"ms-vscode.lsif-browser":["documentFiltersExclusive"],"GitHub.vscode-pull-request-github":["contribCommentThreadAdditionalMenu","tokenInformation","contribShareMenu","fileComments","contribCommentPeekContext","treeItemCheckbox","codiconDecoration","diffCommand","contribCommentEditorActionsMenu","shareProvider","quickDiffProvider","quickPickItemIcon"],"GitHub.copilot":["inlineCompletionsAdditions","interactive","interactiveUserActions","semanticSimilarity","terminalDataWriteEvent"],"GitHub.copilot-nightly":["inlineCompletionsAdditions","interactive","interactiveUserActions","semanticSimilarity","terminalDataWriteEvent"],"GitHub.copilot-chat":["handleIssueUri","interactive","interactiveUserActions","semanticSimilarity","terminalDataWriteEvent"],"GitHub.remotehub":["contribRemoteHelp","contribMenuBarHome","contribViewsRemote","contribViewsWelcome","documentFiltersExclusive","extensionRuntime","fileSearchProvider","quickPickSortByLabel","workspaceTrust","scmSelectedProvider","scmValidation","textSearchProvider","timeline"],"ms-python.gather":["notebookCellExecutionState"],"ms-python.vscode-pylance":["notebookCellExecutionState"],"ms-toolsai.jupyter-renderers":["contribNotebookStaticPreloads"],"ms-toolsai.jupyter":["notebookDeprecated","notebookMessaging","notebookMime","notebookCellExecutionState","portsAttributes","quickPickSortByLabel","notebookKernelSource","interactiveWindow","notebookControllerAffinityHidden","contribNotebookStaticPreloads","quickPickItemTooltip","notebookExecution"],"dbaeumer.vscode-eslint":["notebookCellExecutionState"],"ms-vscode.azure-sphere-tools-ui":["tunnels"],"ms-azuretools.vscode-azureappservice":["terminalDataWriteEvent"],"ms-azuretools.vscode-azureresourcegroups":["authGetSessions"],"ms-vscode.anycode":["extensionsAny"],"ms-vscode.cpptools":["terminalDataWriteEvent"],"redhat.java":["documentPaste"],"ms-dotnettools.csdevkit":["inlineCompletionsAdditions"],"ms-dotnettools.vscodeintellicode-csharp":["inlineCompletionsAdditions"],"digitarald.chat-plugins":["interactiveSlashCommands"]},"tasConfig":{"endpoint":"https://default.exp-tas.com/vscode/ab","telemetryEventName":"query-expfeature","featuresTelemetryPropertyName":"VSCode.ABExp.Features","assignmentContextTelemetryPropertyName":"abexp.assignmentcontext"},"experimentsUrl":"https://vscodeexperiments.azureedge.net/experiments/vscode-experiments.json","extensionKind":{"Shan.code-settings-sync":["ui"],"shalldie.background":["ui"],"techer.open-in-browser":["ui"],"CoenraadS.bracket-pair-colorizer-2":["ui"],"CoenraadS.bracket-pair-colorizer":["ui","workspace"],"hiro-sun.vscode-emacs":["ui","workspace"],"hnw.vscode-auto-open-markdown-preview":["ui","workspace"],"wayou.vscode-todo-highlight":["ui","workspace"],"aaron-bond.better-comments":["ui","workspace"],"vscodevim.vim":["ui"],"ollyhayes.colmak-vim":["ui"]},"extensionPointExtensionKind":{"typescriptServerPlugins":["workspace"]},"extensionSyncedKeys":{"ritwickdey.liveserver":["liveServer.setup.version"]},"extensionVirtualWorkspacesSupport":{"esbenp.prettier-vscode":{"default":false},"msjsdiag.debugger-for-chrome":{"default":false},"redhat.java":{"default":false},"HookyQR.beautify":{"default":false},"ritwickdey.LiveServer":{"default":false},"VisualStudioExptTeam.vscodeintellicode":{"default":false},"octref.vetur":{"default":false},"formulahendry.code-runner":{"default":false},"xdebug.php-debug":{"default":false},"ms-mssql.mssql":{"default":false},"christian-kohler.path-intellisense":{"default":false},"eg2.tslint":{"default":false},"eg2.vscode-npm-script":{"default":false},"donjayamanne.githistory":{"default":false},"Zignd.html-css-class-completion":{"default":false},"christian-kohler.npm-intellisense":{"default":false},"EditorConfig.EditorConfig":{"default":false},"austin.code-gnu-global":{"default":false},"johnpapa.Angular2":{"default":false},"ms-vscode.vscode-typescript-tslint-plugin":{"default":false},"DotJoshJohnson.xml":{"default":false},"techer.open-in-browser":{"default":false},"tht13.python":{"default":false},"bmewburn.vscode-intelephense-client":{"default":false},"Angular.ng-template":{"default":false},"xdebug.php-pack":{"default":false},"dbaeumer.jshint":{"default":false},"yzhang.markdown-all-in-one":{"default":false},"Dart-Code.flutter":{"default":false},"streetsidesoftware.code-spell-checker":{"default":false},"rebornix.Ruby":{"default":false},"ms-vscode.sublime-keybindings":{"default":false},"mitaki28.vscode-clang":{"default":false},"steoates.autoimport":{"default":false},"donjayamanne.python-extension-pack":{"default":false},"shd101wyy.markdown-preview-enhanced":{"default":false},"mikestead.dotenv":{"default":false},"pranaygp.vscode-css-peek":{"default":false},"ikappas.phpcs":{"default":false},"platformio.platformio-ide":{"default":false},"jchannon.csharpextensions":{"default":false},"gruntfuggly.todo-tree":{"default":false}},"linkProtectionTrustedDomains":["https://*.visualstudio.com","https://*.microsoft.com","https://aka.ms","https://*.gallerycdn.vsassets.io","https://*.github.com","https://login.microsoftonline.com","https://*.vscode.dev","https://*.github.dev","https://gh.io"],"trustedExtensionAuthAccess":["vscode.git","vscode.github","ms-vscode.remote-repositories","github.remotehub","ms-vscode.azure-repos","ms-vscode.remote-server","github.vscode-pull-request-github","github.codespaces","ms-vsliveshare.vsliveshare","github.copilot","github.copilot-chat","ms-azuretools.vscode-azureresourcegroups","ms-edu.vscode-learning"],"auth":{"loginUrl":"https://login.microsoftonline.com/common/oauth2/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/token","redirectUrl":"https://vscode-redirect.azurewebsites.net/","clientId":"aebc6443-996d-45c2-90f0-388ff96faa56"},"configurationSync.store":{"url":"https://vscode-sync-insiders.trafficmanager.net/","stableUrl":"https://vscode-sync.trafficmanager.net/","insidersUrl":"https://vscode-sync-insiders.trafficmanager.net/","canSwitch":true,"authenticationProviders":{"github":{"scopes":["user:email"]},"microsoft":{"scopes":["openid","profile","email","offline_access"]}}},"enableSyncingProfiles":true,"editSessions.store":{"url":"https://vscode-sync.trafficmanager.net/","authenticationProviders":{"microsoft":{"scopes":["openid","profile","email","offline_access"]},"github":{"scopes":["user:email"]}}},"tunnelApplicationName":"code-tunnel-insiders","tunnelApplicationConfig":{"editorWebUrl":"https://insiders.vscode.dev","extension":{"friendlyName":"Remote - Tunnels","extensionId":"ms-vscode.remote-server"},"authenticationProviders":{"github":{"scopes":["user:email","read:org"]}}},"win32TunnelServiceMutex":"vscodeinsiders-tunnelservice","win32TunnelMutex":"vscodeinsiders-tunnel","commonlyUsedSettings":["files.autoSave","editor.fontSize","editor.fontFamily","GitHub.copilot.manageExtension","editor.tabSize","editor.renderWhitespace","editor.cursorStyle","editor.multiCursorModifier","editor.insertSpaces","editor.wordWrap","files.exclude","files.associations","workbench.editor.enablePreview"],"builtInExtensions":[{"name":"ms-vscode.js-debug-companion","version":"1.0.18","sha256":"b49ee134f452c88fe3de09ae62b7f77aa66d1d6dcd794c48e065bdc2c74d4a30","repo":"https://github.com/microsoft/vscode-js-debug-companion","metadata":{"id":"99cb0b7f-7354-4278-b8da-6cc79972169d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.js-debug","version":"1.78.0","sha256":"9fbf0c15394fb436a4079b5f704d2718d305828be178b1219db85a9287e24870","repo":"https://github.com/microsoft/vscode-js-debug","metadata":{"id":"25629058-ddac-4e17-abba-74678e126c5d","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode.vscode-js-profile-table","version":"1.0.3","sha256":"b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5","repo":"https://github.com/microsoft/vscode-js-profile-visualizer","metadata":{"id":"7e52b41b-71ad-457b-ab7e-0620f1fc4feb","publisherId":{"publisherId":"5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee","publisherName":"ms-vscode","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"}},{"name":"ms-vscode-remote.remote-wsl-recommender","version":"0.0.19","sha256":"926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa","repo":"https://github.com/microsoft/vscode-remote-wsl-recommender","metadata":{"id":"cb296d3c-017a-4dee-83af-ebb5a5a16e9a","publisherId":{"publisherId":"ac9410a2-0d75-40ec-90de-b59bb705801d","publisherName":"ms-vscode-remote","displayName":"Microsoft","flags":"verified"},"publisherDisplayName":"Microsoft"},"platforms":["win32"],"clientOnly":true}],"walkthroughMetadata":[{"id":"Setup","steps":[{"id":"copilotInstall","title":"Code smarter with AI","description":"Focus on solving bigger problems with your personal AI pair programmer. Start your free trial and see the difference.\n[Install GitHub Copilot](command:workbench.extensions.installExtension?%22github.copilot%22)","media":{"type":"image","altText":"Copilot Statistics","path":"copilotStep.png"}}]}],"featuredExtensions":[{"id":"github.copilot","title":"GitHub Copilot","description":"Get autocomplete-style suggestions from your AI pair programmer as you code (Free Trial)"}],"commit":"61ba389b0a7108af0411c73ab30c7e4350051645","date":"2023-06-16T09:46:56.229Z","checksums":{"vs/base/parts/sandbox/electron-sandbox/preload.js":"IrqHkmhsSE89Q5pDEVB39w","vs/workbench/workbench.desktop.main.js":"cAer7hofuzaUCgf+S2LI8A","vs/workbench/workbench.desktop.main.css":"J4svK8EkNyjoTCpFc0zJTg","vs/workbench/api/node/extensionHostProcess.js":"QxJzdBXmkZBDIoMcplICmQ","vs/code/electron-sandbox/workbench/workbench.html":"QUpSvl824S6J9bl+Zp9PEQ","vs/code/electron-sandbox/workbench/workbench.js":"94labnItLJfQGIetHtIwCQ"},"version":"1.80.0-insider","settingsSearchBuildId":1800001100341,"target":"user"},"isInitialStartup":false,"perfMarks":[{"name":"code/timeOrigin","startTime":1687056991912.091},{"name":"code/didStartMain","startTime":1687056991987},{"name":"code/willStartCrashReporter","startTime":1687056991997},{"name":"code/didStartCrashReporter","startTime":1687056992025},{"name":"code/mainAppReady","startTime":1687056992090},{"name":"code/willGenerateNls","startTime":1687056992091},{"name":"code/willLoadMainBundle","startTime":1687056992094},{"name":"code/fork/willLoadCode","startTime":1687056992107},{"name":"code/registerFilesystem/file","startTime":1687056992156},{"name":"code/didLoadMainBundle","startTime":1687056992163},{"name":"code/willStartMainServer","startTime":1687056992172},{"name":"code/didStartMainServer","startTime":1687056992174},{"name":"code/willCreateCodeWindow","startTime":1687056992212},{"name":"code/willRestoreCodeWindowState","startTime":1687056992212},{"name":"code/didRestoreCodeWindowState","startTime":1687056992212},{"name":"code/willCreateCodeBrowserWindow","startTime":1687056992212},{"name":"code/didCreateCodeBrowserWindow","startTime":1687056992236},{"name":"code/willMaximizeCodeWindow","startTime":1687056992236},{"name":"code/didMaximizeCodeWindow","startTime":1687056992279},{"name":"code/didCreateCodeWindow","startTime":1687056992279},{"name":"code/willOpenNewWindow","startTime":1687056992280},{"name":"code/willOpenNewWindow","startTime":1687056996259},{"name":"code/willOpenNewWindow","startTime":1687057007596}],"os":{"release":"10.0.22621","hostname":"FADI-DESKTOP"},"autoDetectHighContrast":true,"autoDetectColorScheme":false,"accessibilitySupport":false,"colorScheme":{"dark":true,"highContrast":false},"policiesData":{"UpdateMode":{"definition":{"type":"string"}}},"fullscreen":false,"maximized":true,"partsSplash":{"zoomLevel":0,"baseTheme":"vs-dark","colorInfo":{"foreground":"#cccccc","background":"#1f1f1f","editorBackground":"#1f1f1f","titleBarBackground":"#181818","activityBarBackground":"#181818","sideBarBackground":"#181818","statusBarBackground":"#181818","statusBarNoFolderBackground":"#1f1f1f"},"layoutInfo":{"sideBarSide":"left","editorPartMinWidth":220,"titleBarHeight":30,"activityBarWidth":48,"sideBarWidth":256,"statusBarHeight":22,"windowBorder":false}}} 2023-06-17 19:56:47.858 [trace] Renderer->SharedProcess#connect 2023-06-17 19:56:47.858 [trace] PolicyConfiguration#initialize 2023-06-17 19:56:47.858 [trace] PolicyConfiguration#updatePolicyDefinitions ["editor.tabSize","editor.indentSize","editor.insertSpaces","editor.detectIndentation","editor.trimAutoWhitespace","editor.largeFileOptimizations","editor.wordBasedSuggestions","editor.wordBasedSuggestionsMode","editor.semanticHighlighting.enabled","editor.stablePeek","editor.maxTokenizationLineLength","editor.experimental.asyncTokenization","editor.experimental.asyncTokenizationLogging","editor.experimental.asyncTokenizationVerification","editor.language.brackets","editor.language.colorizedBracketPairs","diffEditor.maxComputationTime","diffEditor.maxFileSize","diffEditor.renderSideBySide","diffEditor.renderMarginRevertIcon","diffEditor.ignoreTrimWhitespace","diffEditor.renderIndicators","diffEditor.codeLens","diffEditor.wordWrap","diffEditor.diffAlgorithm","diffEditor.experimental.collapseUnchangedRegions","diffEditor.experimental.showMoves","diffEditor.experimental.useVersion2","editor.acceptSuggestionOnCommitCharacter","editor.acceptSuggestionOnEnter","editor.accessibilitySupport","editor.accessibilityPageSize","editor.autoClosingBrackets","editor.screenReaderAnnounceInlineSuggestion","editor.autoClosingDelete","editor.autoClosingOvertype","editor.autoClosingQuotes","editor.autoIndent","editor.autoSurround","editor.bracketPairColorization.enabled","editor.bracketPairColorization.independentColorPoolPerBracketType","editor.guides.bracketPairs","editor.guides.bracketPairsHorizontal","editor.guides.highlightActiveBracketPair","editor.guides.indentation","editor.guides.highlightActiveIndentation","editor.codeLens","editor.codeLensFontFamily","editor.codeLensFontSize","editor.colorDecorators","editor.colorDecoratorsLimit","editor.columnSelection","editor.comments.insertSpace","editor.comments.ignoreEmptyLines","editor.copyWithSyntaxHighlighting","editor.cursorBlinking","editor.cursorSmoothCaretAnimation","editor.cursorStyle","editor.cursorSurroundingLines","editor.cursorSurroundingLinesStyle","editor.cursorWidth","editor.dragAndDrop","editor.dropIntoEditor.enabled","editor.dropIntoEditor.showDropSelector","editor.emptySelectionClipboard","editor.experimentalWhitespaceRendering","editor.fastScrollSensitivity","editor.find.cursorMoveOnType","editor.find.seedSearchStringFromSelection","editor.find.autoFindInSelection","editor.find.addExtraSpaceOnTop","editor.find.loop","editor.folding","editor.foldingStrategy","editor.foldingHighlight","editor.foldingImportsByDefault","editor.foldingMaximumRegions","editor.unfoldOnClickAfterEndOfLine","editor.fontFamily","editor.fontLigatures","editor.fontSize","editor.fontWeight","editor.fontVariations","editor.formatOnPaste","editor.formatOnType","editor.glyphMargin","editor.gotoLocation.multiple","editor.gotoLocation.multipleDefinitions","editor.gotoLocation.multipleTypeDefinitions","editor.gotoLocation.multipleDeclarations","editor.gotoLocation.multipleImplementations","editor.gotoLocation.multipleReferences","editor.gotoLocation.alternativeDefinitionCommand","editor.gotoLocation.alternativeTypeDefinitionCommand","editor.gotoLocation.alternativeDeclarationCommand","editor.gotoLocation.alternativeImplementationCommand","editor.gotoLocation.alternativeReferenceCommand","editor.hideCursorInOverviewRuler","editor.hover.enabled","editor.hover.delay","editor.hover.sticky","editor.hover.above","editor.inlineSuggest.enabled","editor.inlineSuggest.showToolbar","editor.inlineSuggest.suppressSuggestions","editor.letterSpacing","editor.lightbulb.enabled","editor.lineHeight","editor.lineNumbers","editor.linkedEditing","editor.links","editor.matchBrackets","editor.minimap.enabled","editor.minimap.autohide","editor.minimap.size","editor.minimap.side","editor.minimap.showSlider","editor.minimap.scale","editor.minimap.renderCharacters","editor.minimap.maxColumn","editor.mouseWheelScrollSensitivity","editor.mouseWheelZoom","editor.multiCursorMergeOverlapping","editor.multiCursorModifier","editor.multiCursorPaste","editor.multiCursorLimit","editor.occurrencesHighlight","editor.overviewRulerBorder","editor.padding.top","editor.padding.bottom","editor.pasteAs.enabled","editor.pasteAs.showPasteSelector","editor.parameterHints.enabled","editor.parameterHints.cycle","editor.peekWidgetDefaultFocus","editor.definitionLinkOpensInPeek","editor.quickSuggestions","editor.quickSuggestionsDelay","editor.renameOnType","editor.renderControlCharacters","editor.renderFinalNewline","editor.renderLineHighlight","editor.renderLineHighlightOnlyWhenFocus","editor.renderWhitespace","editor.roundedSelection","editor.rulers","editor.scrollbar.vertical","editor.scrollbar.horizontal","editor.scrollbar.verticalScrollbarSize","editor.scrollbar.horizontalScrollbarSize","editor.scrollbar.scrollByPage","editor.scrollBeyondLastColumn","editor.scrollBeyondLastLine","editor.scrollPredominantAxis","editor.selectionHighlight","editor.showFoldingControls","editor.showUnused","editor.snippetSuggestions","editor.smartSelect.selectLeadingAndTrailingWhitespace","editor.smoothScrolling","editor.stickyScroll.enabled","editor.stickyScroll.maxLineCount","editor.stickyScroll.defaultModel","editor.stickyTabStops","editor.suggest.insertMode","editor.suggest.filterGraceful","editor.suggest.localityBonus","editor.suggest.shareSuggestSelections","editor.suggest.selectionMode","editor.suggest.snippetsPreventQuickSuggestions","editor.suggest.showIcons","editor.suggest.showStatusBar","editor.suggest.preview","editor.suggest.showInlineDetails","editor.suggest.maxVisibleSuggestions","editor.suggest.filteredTypes","editor.suggest.showMethods","editor.suggest.showFunctions","editor.suggest.showConstructors","editor.suggest.showDeprecated","editor.suggest.matchOnWordStartOnly","editor.suggest.showFields","editor.suggest.showVariables","editor.suggest.showClasses","editor.suggest.showStructs","editor.suggest.showInterfaces","editor.suggest.showModules","editor.suggest.showProperties","editor.suggest.showEvents","editor.suggest.showOperators","editor.suggest.showUnits","editor.suggest.showValues","editor.suggest.showConstants","editor.suggest.showEnums","editor.suggest.showEnumMembers","editor.suggest.showKeywords","editor.suggest.showWords","editor.suggest.showColors","editor.suggest.showFiles","editor.suggest.showReferences","editor.suggest.showCustomcolors","editor.suggest.showFolders","editor.suggest.showTypeParameters","editor.suggest.showSnippets","editor.suggest.showUsers","editor.suggest.showIssues","editor.suggestFontSize","editor.suggestLineHeight","editor.suggestOnTriggerCharacters","editor.suggestSelection","editor.tabCompletion","editor.unicodeHighlight.nonBasicASCII","editor.unicodeHighlight.invisibleCharacters","editor.unicodeHighlight.ambiguousCharacters","editor.unicodeHighlight.includeComments","editor.unicodeHighlight.includeStrings","editor.unicodeHighlight.allowedCharacters","editor.unicodeHighlight.allowedLocales","editor.unusualLineTerminators","editor.useTabStops","editor.wordBreak","editor.wordSeparators","editor.wordWrap","editor.wordWrapColumn","editor.wrappingIndent","editor.wrappingStrategy","editor.showDeprecated","editor.inlayHints.enabled","editor.inlayHints.fontSize","editor.inlayHints.fontFamily","editor.inlayHints.padding","editor.tabFocusMode","editor.defaultColorDecorators","editor.colorDecoratorsActivatedOn","[plaintext]","keyboard.mapAltGrToCtrlAlt","http.proxy","http.proxyStrictSSL","http.proxyAuthorization","http.proxySupport","http.systemCertificates","telemetry.telemetryLevel","telemetry.enableTelemetry","editor.codeActionWidget.showHeaders","workbench.list.multiSelectModifier","workbench.list.openMode","workbench.list.horizontalScrolling","workbench.list.scrollByPage","workbench.tree.indent","workbench.tree.renderIndentGuides","workbench.list.smoothScrolling","workbench.list.mouseWheelScrollSensitivity","workbench.list.fastScrollSensitivity","workbench.list.defaultFindMode","workbench.list.keyboardNavigation","workbench.list.defaultFindMatchType","workbench.tree.expandMode","workbench.list.typeNavigationMode","editor.rename.enablePreview","update.mode","update.channel","update.enableWindowsBackgroundUpdates","update.showReleaseNotes","breadcrumbs.enabled","breadcrumbs.filePath","breadcrumbs.symbolPath","breadcrumbs.symbolSortOrder","breadcrumbs.icons","breadcrumbs.showFiles","breadcrumbs.showModules","breadcrumbs.showNamespaces","breadcrumbs.showPackages","breadcrumbs.showClasses","breadcrumbs.showMethods","breadcrumbs.showProperties","breadcrumbs.showFields","breadcrumbs.showConstructors","breadcrumbs.showEnums","breadcrumbs.showInterfaces","breadcrumbs.showFunctions","breadcrumbs.showVariables","breadcrumbs.showConstants","breadcrumbs.showStrings","breadcrumbs.showNumbers","breadcrumbs.showBooleans","breadcrumbs.showArrays","breadcrumbs.showObjects","breadcrumbs.showKeys","breadcrumbs.showNull","breadcrumbs.showEnumMembers","breadcrumbs.showStructs","breadcrumbs.showEvents","breadcrumbs.showOperators","breadcrumbs.showTypeParameters","inlineChat.mode","workbench.editorAssociations","notebook.lineNumbers","workbench.editor.titleScrollbarSizing","workbench.editor.showTabs","workbench.editor.wrapTabs","workbench.editor.scrollToSwitchTabs","workbench.editor.highlightModifiedTabs","workbench.editor.decorations.badges","workbench.editor.decorations.colors","workbench.editor.labelFormat","workbench.editor.untitled.labelFormat","workbench.editor.untitled.hint","workbench.editor.languageDetection","workbench.editor.historyBasedLanguageDetection","workbench.editor.preferHistoryBasedLanguageDetection","workbench.editor.languageDetectionHints","workbench.editor.tabCloseButton","workbench.editor.tabSizing","workbench.editor.tabSizingFixedMaxWidth","workbench.editor.pinnedTabSizing","workbench.editor.splitSizing","workbench.editor.splitOnDragAndDrop","workbench.editor.focusRecentEditorAfterClose","workbench.editor.showIcons","workbench.editor.enablePreview","workbench.editor.enablePreviewFromQuickOpen","workbench.editor.enablePreviewFromCodeNavigation","workbench.editor.closeOnFileDelete","workbench.editor.openPositioning","workbench.editor.openSideBySideDirection","workbench.editor.closeEmptyGroups","workbench.editor.revealIfOpen","workbench.editor.mouseBackForwardToNavigate","workbench.editor.navigationScope","workbench.editor.restoreViewState","workbench.editor.sharedViewState","workbench.editor.splitInGroupLayout","workbench.editor.centeredLayoutAutoResize","workbench.editor.centeredLayoutFixedWidth","workbench.editor.limit.enabled","workbench.editor.limit.value","workbench.editor.limit.excludeDirty","workbench.editor.limit.perEditorGroup","workbench.localHistory.enabled","workbench.localHistory.maxFileSize","workbench.localHistory.maxFileEntries","workbench.localHistory.exclude","workbench.localHistory.mergeWindow","workbench.commandPalette.history","workbench.commandPalette.preserveInput","workbench.commandPalette.experimental.suggestCommands","workbench.commandPalette.experimental.useSemanticSimilarity","workbench.quickOpen.closeOnFocusLost","workbench.quickOpen.preserveInput","workbench.settings.openDefaultSettings","workbench.settings.useSplitJSON","workbench.settings.openDefaultKeybindings","workbench.sideBar.location","workbench.panel.defaultLocation","workbench.panel.opensMaximized","workbench.statusBar.visible","workbench.activityBar.visible","workbench.activityBar.iconClickBehavior","workbench.view.alwaysShowHeaderActions","workbench.settings.editor","workbench.hover.delay","workbench.reduceMotion","workbench.layoutControl.enabled","workbench.layoutControl.type","workbench.tips.enabled","window.title","window.titleSeparator","window.commandCenter","window.menuBarVisibility","window.enableMenuBarMnemonics","window.customMenuBarAltFocus","window.openFilesInNewWindow","window.openFoldersInNewWindow","window.confirmBeforeClose","zenMode.fullScreen","zenMode.centerLayout","zenMode.hideTabs","zenMode.hideStatusBar","zenMode.hideActivityBar","zenMode.hideLineNumbers","zenMode.restore","zenMode.silentNotifications","security.allowedUNCHosts","security.restrictUNCAccess","editor.codeActionsOnSave","editor.defaultFoldingRangeProvider","editor.defaultFormatter","problems.decorations.enabled","workbench.sash.size","workbench.sash.hoverDelay","audioCues.enabled","audioCues.volume","audioCues.debouncePositionChanges","audioCues.lineHasBreakpoint","audioCues.lineHasInlineSuggestion","audioCues.lineHasError","audioCues.lineHasFoldedArea","audioCues.lineHasWarning","audioCues.onDebugBreak","audioCues.noInlayHints","audioCues.taskCompleted","audioCues.taskFailed","audioCues.terminalCommandFailed","audioCues.terminalQuickFix","audioCues.diffLineInserted","audioCues.diffLineDeleted","audioCues.diffLineModified","audioCues.notebookCellCompleted","audioCues.notebookCellFailed","workbench.externalUriOpeners","remote.tunnels.access.hostNameOverride","remote.tunnels.access.preventSleep","remote.extensionKind","remote.restoreForwardedPorts","remote.autoForwardPorts","remote.autoForwardPortsSource","remote.forwardOnOpen","remote.portsAttributes","remote.otherPortsAttributes","remote.localPortHost","remote.downloadExtensionsLocally","workbench.enableExperiments","notebook.navigation.allowNavigateToSurroundingCells","task.problemMatchers.neverPrompt","task.autoDetect","task.slowProviderWarning","task.quickOpen.history","task.quickOpen.detail","task.quickOpen.skip","task.quickOpen.showAll","task.allowAutomaticTasks","task.reconnection","task.saveBeforeRun","workbench.trustedDomains.promptInTrustedWorkspace","workbench.colorTheme","workbench.preferredDarkColorTheme","workbench.preferredLightColorTheme","workbench.preferredHighContrastColorTheme","workbench.preferredHighContrastLightColorTheme","workbench.iconTheme","workbench.colorCustomizations","workbench.productIconTheme","window.autoDetectHighContrast","window.autoDetectColorScheme","editor.tokenColorCustomizations","editor.semanticTokenColorCustomizations","application.experimental.rendererProfiling","accessibility.verbosity.terminal","accessibility.verbosity.diffEditor","accessibility.verbosity.chat","accessibility.verbosity.inlineChat","accessibility.verbosity.keybindingsEditor","accessibility.verbosity.notebook","comments.openPanel","comments.openView","comments.useRelativeTime","comments.visible","comments.maxHeight","notebook.diff.ignoreMetadata","notebook.diff.ignoreOutputs","editor.snippets.codeActions.enabled","screencastMode.verticalOffset","screencastMode.fontSize","screencastMode.keyboardShortcutsFormat","screencastMode.onlyKeyboardShortcuts","screencastMode.hideSingleEditorCursorMoves","screencastMode.keyboardOverlayTimeout","screencastMode.mouseIndicatorColor","screencastMode.mouseIndicatorSize","interactiveWindow.alwaysScrollOnNewCell","interactiveWindow.restore","mergeEditor.diffAlgorithm","mergeEditor.showDeletionMarkers","workbench.settings.enableNaturalLanguageSearch","workbench.settings.settingsSearchTocBehavior","files.refactoring.autoSave","chat.editor.fontSize","chat.editor.fontFamily","chat.editor.fontWeight","chat.editor.wordWrap","chat.editor.lineHeight","chat.experimental.quickQuestion.enable","debug.allowBreakpointsEverywhere","debug.openExplorerOnEnd","debug.inlineValues","debug.toolBarLocation","debug.showInStatusBar","debug.internalConsoleOptions","debug.console.closeOnEnd","debug.terminal.clearBeforeReusing","debug.openDebug","debug.showSubSessionsInToolBar","debug.console.fontSize","debug.console.fontFamily","debug.console.lineHeight","debug.console.wordWrap","debug.console.historySuggestions","debug.console.collapseIdenticalLines","debug.console.acceptSuggestionOnEnter","launch","debug.focusWindowOnBreak","debug.focusEditorOnBreak","debug.onTaskErrors","debug.showBreakpointsInOverviewRuler","debug.showInlineBreakpointCandidates","debug.saveBeforeStart","debug.confirmOnExit","debug.disassemblyView.showSourceCode","debug.autoExpandLazyVariables","debug.enableStatusBarColor","files.exclude","files.associations","files.encoding","files.autoGuessEncoding","files.eol","files.enableTrash","files.trimTrailingWhitespace","files.insertFinalNewline","files.trimFinalNewlines","files.autoSave","files.autoSaveDelay","files.watcherExclude","files.watcherInclude","files.hotExit","files.defaultLanguage","files.readonlyInclude","files.readonlyExclude","files.readonlyFromPermissions","files.restoreUndoStack","files.saveConflictResolution","files.simpleDialog.enable","files.participants.timeout","editor.formatOnSave","editor.formatOnSaveMode","explorer.openEditors.visible","explorer.openEditors.minVisible","explorer.openEditors.sortOrder","explorer.autoReveal","explorer.autoRevealExclude","explorer.enableDragAndDrop","explorer.confirmDragAndDrop","explorer.confirmDelete","explorer.enableUndo","explorer.confirmUndo","explorer.expandSingleFolderWorkspaces","explorer.sortOrder","explorer.sortOrderLexicographicOptions","explorer.decorations.colors","explorer.decorations.badges","explorer.incrementalNaming","explorer.compactFolders","explorer.copyRelativePathSeparator","explorer.excludeGitIgnore","explorer.fileNesting.enabled","explorer.fileNesting.expand","explorer.fileNesting.patterns","problems.autoReveal","problems.defaultViewMode","problems.showCurrentInStatus","problems.sortOrder","outline.icons","outline.collapseItems","outline.problems.enabled","outline.problems.colors","outline.problems.badges","outline.showFiles","outline.showModules","outline.showNamespaces","outline.showPackages","outline.showClasses","outline.showMethods","outline.showProperties","outline.showFields","outline.showConstructors","outline.showEnums","outline.showInterfaces","outline.showFunctions","outline.showVariables","outline.showConstants","outline.showStrings","outline.showNumbers","outline.showBooleans","outline.showArrays","outline.showObjects","outline.showKeys","outline.showNull","outline.showEnumMembers","outline.showStructs","outline.showEvents","outline.showOperators","outline.showTypeParameters","output.smartScroll.enabled","scm.diffDecorations","scm.diffDecorationsGutterWidth","scm.diffDecorationsGutterVisibility","scm.diffDecorationsGutterAction","scm.diffDecorationsGutterPattern","scm.diffDecorationsIgnoreTrimWhitespace","scm.alwaysShowActions","scm.countBadge","scm.providerCountBadge","scm.defaultViewMode","scm.defaultViewSortKey","scm.autoReveal","scm.inputFontFamily","scm.inputFontSize","scm.alwaysShowRepositories","scm.repositories.sortOrder","scm.repositories.visible","scm.showActionButton","testing.autoRun.delay","testing.automaticallyOpenPeekView","testing.automaticallyOpenPeekViewDuringAutoRun","testing.countBadge","testing.followRunningTest","testing.defaultGutterClickAction","testing.gutterEnabled","testing.saveBeforeTest","testing.openTesting","testing.alwaysRevealTestOnStateChange","timeline.pageSize","timeline.pageOnScroll","workbench.welcomePage.walkthroughs.openOnInstall","workbench.startupEditor","workbench.welcomePage.preferReducedMotion","window.openWithoutArgumentsInNewWindow","window.restoreWindows","window.restoreFullscreen","window.zoomLevel","window.newWindowDimensions","window.closeWhenEmpty","window.doubleClickIconToClose","window.titleBarStyle","window.experimental.windowControlsOverlay.enabled","window.dialogStyle","telemetry.enableCrashReporter","workbench.experimental.cloudChanges.autoStore","workbench.cloudChanges.autoResume","workbench.cloudChanges.continueOn","workbench.experimental.cloudChanges.partialMatches.enabled","extensions.autoUpdate","extensions.autoCheckUpdates","extensions.ignoreRecommendations","extensions.showRecommendationsOnlyOnDemand","extensions.closeExtensionDetailsOnViewChange","extensions.confirmedUriHandlerExtensionIds","extensions.webWorker","extensions.supportVirtualWorkspaces","extensions.experimental.affinity","extensions.supportUntrustedWorkspaces","extensions.experimental.deferredStartupFinishedActivation","notebook.outline.showCodeCells","notebook.breadcrumbs.showCodeCells","notebook.displayOrder","notebook.cellToolbarLocation","notebook.showCellStatusBar","notebook.diff.enablePreview","notebook.diff.overviewRuler","notebook.cellToolbarVisibility","notebook.undoRedoPerCell","notebook.compactView","notebook.cellFocusIndicator","notebook.insertToolbarLocation","notebook.globalToolbar","notebook.consolidatedOutputButton","notebook.showFoldingControls","notebook.dragAndDropEnabled","notebook.consolidatedRunButton","notebook.globalToolbarShowLabel","notebook.output.textLineLimit","notebook.markup.fontSize","notebook.editorOptionsCustomizations","interactiveWindow.collapseCellInputCode","notebook.output.lineHeight","notebook.output.fontSize","notebook.output.fontFamily","notebook.output.scrolling","notebook.output.wordWrap","notebook.formatOnSave.enabled","notebook.codeActionsOnSave","notebook.formatOnCellExecution","notebook.confirmDeleteRunningCell","notebook.find.scope","search.exclude","search.mode","search.useRipgrep","search.maintainFileSearchCache","search.useIgnoreFiles","search.useGlobalIgnoreFiles","search.useParentIgnoreFiles","search.quickOpen.includeSymbols","search.quickOpen.includeHistory","search.quickOpen.history.filterSortOrder","search.followSymlinks","search.smartCase","search.location","search.maxResults","search.collapseResults","search.useReplacePreview","search.showLineNumbers","search.usePCRE2","search.actionsPosition","search.searchOnType","search.seedWithNearestWord","search.seedOnFocus","search.searchOnTypeDebouncePeriod","search.searchEditor.doubleClickBehaviour","search.searchEditor.reusePriorSearchConfiguration","search.searchEditor.defaultNumberOfContextLines","search.sortOrder","search.decorations.colors","search.decorations.badges","search.defaultViewMode","terminal.integrated.automationProfile.linux","terminal.integrated.automationProfile.osx","terminal.integrated.automationProfile.windows","terminal.integrated.profiles.windows","terminal.integrated.profiles.osx","terminal.integrated.profiles.linux","terminal.integrated.useWslProfiles","terminal.integrated.inheritEnv","terminal.integrated.persistentSessionScrollback","terminal.integrated.showLinkHover","terminal.integrated.ignoreProcessNames","terminal.integrated.defaultProfile.linux","terminal.integrated.defaultProfile.osx","terminal.integrated.defaultProfile.windows","terminal.integrated.sendKeybindingsToShell","terminal.integrated.tabs.defaultColor","terminal.integrated.tabs.defaultIcon","terminal.integrated.tabs.enabled","terminal.integrated.tabs.enableAnimation","terminal.integrated.tabs.hideCondition","terminal.integrated.tabs.showActiveTerminal","terminal.integrated.tabs.showActions","terminal.integrated.tabs.location","terminal.integrated.tabFocusMode","terminal.integrated.defaultLocation","terminal.integrated.tabs.focusMode","terminal.integrated.macOptionIsMeta","terminal.integrated.macOptionClickForcesSelection","terminal.integrated.altClickMovesCursor","terminal.integrated.copyOnSelection","terminal.integrated.enableMultiLinePasteWarning","terminal.integrated.drawBoldTextInBrightColors","terminal.integrated.fontFamily","terminal.integrated.fontSize","terminal.integrated.letterSpacing","terminal.integrated.lineHeight","terminal.integrated.minimumContrastRatio","terminal.integrated.tabStopWidth","terminal.integrated.fastScrollSensitivity","terminal.integrated.mouseWheelScrollSensitivity","terminal.integrated.bellDuration","terminal.integrated.fontWeight","terminal.integrated.fontWeightBold","terminal.integrated.cursorBlinking","terminal.integrated.cursorStyle","terminal.integrated.cursorWidth","terminal.integrated.scrollback","terminal.integrated.detectLocale","terminal.integrated.gpuAcceleration","terminal.integrated.tabs.separator","terminal.integrated.tabs.title","terminal.integrated.tabs.description","terminal.integrated.rightClickBehavior","terminal.integrated.cwd","terminal.integrated.confirmOnExit","terminal.integrated.confirmOnKill","terminal.integrated.enableBell","terminal.integrated.commandsToSkipShell","terminal.integrated.allowChords","terminal.integrated.allowMnemonics","terminal.integrated.env.osx","terminal.integrated.env.linux","terminal.integrated.env.windows","terminal.integrated.environmentChangesIndicator","terminal.integrated.environmentChangesRelaunch","terminal.integrated.showExitAlert","terminal.integrated.splitCwd","terminal.integrated.windowsEnableConpty","terminal.integrated.wordSeparators","terminal.integrated.enableFileLinks","terminal.integrated.unicodeVersion","terminal.integrated.localEchoLatencyThreshold","terminal.integrated.localEchoEnabled","terminal.integrated.localEchoExcludePrograms","terminal.integrated.localEchoStyle","terminal.integrated.enablePersistentSessions","terminal.integrated.persistentSessionReviveProcess","terminal.integrated.customGlyphs","terminal.integrated.autoReplies","terminal.integrated.shellIntegration.enabled","terminal.integrated.shellIntegration.decorationsEnabled","terminal.integrated.shellIntegration.history","terminal.integrated.shellIntegration.suggestEnabled","terminal.integrated.smoothScrolling","terminal.integrated.enableImages","security.workspace.trust.enabled","security.workspace.trust.startupPrompt","security.workspace.trust.banner","security.workspace.trust.untrustedFiles","security.workspace.trust.emptyWindow"] 2023-06-17 19:56:47.858 [trace] PolicyConfiguration#update ["update.mode"] 2023-06-17 19:56:47.859 [trace] Renderer->UtilityProcess#createWorker 2023-06-17 19:56:47.864 [trace] [lifecycle] starting up (startup kind: 3) 2023-06-17 19:56:47.865 [trace] lifecycle: phase changed (value: 2) 2023-06-17 19:56:47.889 [trace] TimelineService#registerTimelineProvider: id=timeline.localHistory 2023-06-17 19:56:47.910 [debug] [DEBOUNCE: Folding] is disabled in developed mode 2023-06-17 19:56:47.911 [trace] [IE] (editor:vs.editor.ICodeEditor:1)NEW controller 2023-06-17 19:56:47.914 [trace] [History stack global-default]: notifyNavigation() (editor: vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases, event: ) 2023-06-17 19:56:47.914 [trace] [History stack global-default]: notifyNavigation() not ignoring (editor: vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases, event: ) 2023-06-17 19:56:47.914 [trace] [History stack global-default]: onSelectionAwareEditorNavigation() (editor: vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases, event: ) 2023-06-17 19:56:47.915 [trace] [History stack global-default]: add() (editor: vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases, event: ) 2023-06-17 19:56:47.915 [trace] [History stack global-default]: index: 0, navigating: false - group: 0, editor: vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases, selection: 2023-06-17 19:56:47.921 [trace] Layout#layout, height: 1392, width: 2560 2023-06-17 19:56:47.941 [trace] [IE] (editor:vs.editor.ICodeEditor:2)NEW controller 2023-06-17 19:56:47.947 [trace] [text file model] resolve() - enter vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases 2023-06-17 19:56:47.971 [trace] [text file model] resolveFromFile() vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases 2023-06-17 19:56:47.984 [trace] Started scanning system extensions 2023-06-17 19:56:47.984 [trace] Started scanning user extensions {"$mid":1,"path":"/c:/Users/Fadi/.vscode-insiders/extensions/extensions.json","scheme":"vscode-userdata"} 2023-06-17 19:56:47.990 [debug] Using cached extensions scan result vscode-userdata:/c%3A/Users/Fadi/.vscode-insiders/extensions/extensions.json 2023-06-17 19:56:47.991 [debug] ComputeTargetPlatform: win32-x64 2023-06-17 19:56:47.991 [trace] Scanned user extensions: 3 2023-06-17 19:56:48.007 [debug] Using cached extensions scan result file:///c%3A/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions 2023-06-17 19:56:48.007 [trace] Scanned system extensions: 89 2023-06-17 19:56:48.022 [trace] Error while resolving configuration file 'vscode-userdata:/c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/User/tasks.json': Unable to read file 'vscode-userdata:/c:/Users/Fadi/AppData/Roaming/Code - Insiders/User/tasks.json' (Error: Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/Fadi/AppData/Roaming/Code - Insiders/User/tasks.json') 2023-06-17 19:56:48.027 [debug] [DEBOUNCE: DocumentRangeSemanticTokens] is disabled in developed mode 2023-06-17 19:56:48.027 [debug] [DEBOUNCE: Document Colors] is disabled in developed mode 2023-06-17 19:56:48.027 [debug] [DEBOUNCE: Linked Editing] is disabled in developed mode 2023-06-17 19:56:48.028 [debug] [DEBOUNCE: Links] is disabled in developed mode 2023-06-17 19:56:48.028 [debug] [DEBOUNCE: CodeLensProvide] is disabled in developed mode 2023-06-17 19:56:48.028 [debug] [DEBOUNCE: InlayHint] is disabled in developed mode 2023-06-17 19:56:48.038 [debug] [DEBOUNCE: InlineValues] is disabled in developed mode 2023-06-17 19:56:48.039 [debug] [DEBOUNCE: InlineCompletionsDebounce] is disabled in developed mode 2023-06-17 19:56:48.061 [trace] Started polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/output_20230617T195648/tasks.log 2023-06-17 19:56:48.197 [trace] pickRunningLocation for vscode.bat, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.clojure, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.coffeescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.cpp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.csharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.css, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.dart, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.198 [trace] pickRunningLocation for vscode.diff, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.docker, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.fsharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.github-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.go, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.groovy, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.handlebars, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.hlsl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.html, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.199 [trace] pickRunningLocation for vscode.ini, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.ipynb, extension kinds: [workspace, ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.java, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.javascript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.json, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.julia, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.latex, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.less, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.log, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.200 [trace] pickRunningLocation for vscode.lua, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.make, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.markdown, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.media-preview, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.microsoft-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for ms-vscode.js-debug-companion, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.builtin-notebook-renderers, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.objective-c, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.perl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.php, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.201 [trace] pickRunningLocation for vscode.powershell, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.pug, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.python, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.r, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.razor, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.restructuredtext, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.ruby, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.202 [trace] pickRunningLocation for vscode.rust, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.scss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.shaderlab, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.shellscript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.simple-browser, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.sql, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.swift, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.203 [trace] pickRunningLocation for vscode.theme-abyss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-defaults, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-kimbie-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-monokai, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-monokai-dimmed, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-quietlight, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-red, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.vscode-theme-seti, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-solarized-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.204 [trace] pickRunningLocation for vscode.theme-solarized-light, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for vscode.theme-tomorrow-night-blue, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for vscode.typescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for vscode.vb, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for vscode.xml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for vscode.yaml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for ms-vscode-remote.remote-ssh, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for ms-vscode-remote.remote-ssh-edit, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.205 [trace] pickRunningLocation for ms-vscode.remote-explorer, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:56:48.213 [trace] ChatService#constructor: Restored 0 persisted sessions 2023-06-17 19:56:48.249 [info] Invoking resolveAuthority(ssh-remote)... 2023-06-17 19:56:48.249 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] obtaining proxy... 2023-06-17 19:56:48.249 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][0ms] invoking... 2023-06-17 19:56:48.252 [trace] Stopped polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/output_20230617T195648/tasks.log 2023-06-17 19:56:48.255 [trace] CommandService#executeCommand _setContext 2023-06-17 19:56:48.259 [trace] Started polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/output_logging_20230617T195648/1-Remote%20-%20SSH.log 2023-06-17 19:56:48.306 [trace] terminalInstance#ctor (instanceId: 1) {"name":"install","executable":"C:\\WINDOWS\\System32\\cmd.exe","args":"/c (type \"C:\\Users\\Fadi\\AppData\\Local\\Temp\\vscode-linux-multi-line-command-dev-998509896.sh\" | \"C:\\Windows\\System32\\OpenSSH\\ssh.exe\" -T -D 61525 dev bash) & exit /b 0","cwd":{"$mid":1,"path":"/C:/Users/Fadi","scheme":"file"},"ignoreConfigurationCwd":true,"hideFromUser":true,"extHostTerminalId":"19829205-c2f4-49f0-ab1e-64c82335d29b","isExtensionOwnedTerminal":true,"isTransient":true} 2023-06-17 19:56:49.252 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][1003ms] waiting... 2023-06-17 19:56:49.858 [trace] Renderer->SharedProcess#connect: before acquirePort 2023-06-17 19:56:49.859 [trace] Renderer->SharedProcess#connect: connection established 2023-06-17 19:56:49.860 [trace] Renderer->UtilityProcess#createWorkerChannel: connection established 2023-06-17 19:56:49.997 [trace] [File Watcher (node.js)] Request to start watching: c:\Users\Fadi\AppData\Roaming\Code - Insiders\User (excludes: , includes: ),c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\settings.json (excludes: , includes: ),c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\keybindings.json (excludes: , includes: ),c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\tasks.json (excludes: , includes: ) 2023-06-17 19:56:49.999 [trace] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\tasks.json' 2023-06-17 19:56:49.999 [trace] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat 'c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\keybindings.json' 2023-06-17 19:56:50.000 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Fadi\AppData\Roaming\Code - Insiders\User' 2023-06-17 19:56:50.000 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\settings.json' 2023-06-17 19:56:50.249 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][2000ms] waiting... 2023-06-17 19:56:51.251 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][3002ms] waiting... 2023-06-17 19:56:52.250 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][4001ms] waiting... 2023-06-17 19:56:53.250 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][5001ms] waiting... 2023-06-17 19:56:54.249 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][6000ms] waiting... 2023-06-17 19:56:55.252 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][7003ms] waiting... 2023-06-17 19:56:56.254 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][8005ms] waiting... 2023-06-17 19:56:57.254 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][9005ms] waiting... 2023-06-17 19:56:58.253 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][10004ms] waiting... 2023-06-17 19:56:59.253 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][11004ms] waiting... 2023-06-17 19:57:00.251 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][12002ms] waiting... 2023-06-17 19:57:01.252 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][13002ms] waiting... 2023-06-17 19:57:02.251 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][14000ms] waiting... 2023-06-17 19:57:02.331 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:02.331 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:02.331 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:02.331 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:02.420 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:02.421 [debug] User data changed 2023-06-17 19:57:03.251 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][15002ms] waiting... 2023-06-17 19:57:03.269 [trace] [File Watcher (node.js)] [raw] ["change"] workspaceStorage 2023-06-17 19:57:03.269 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\workspaceStorage 2023-06-17 19:57:03.348 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\workspaceStorage 2023-06-17 19:57:03.348 [debug] User data changed 2023-06-17 19:57:04.250 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][16001ms] waiting... 2023-06-17 19:57:05.252 [info] [LocalProcess0][resolveAuthority(ssh-remote,1)][17003ms] waiting... 2023-06-17 19:57:05.315 [trace] DialogService#prompt Could not establish connection to "dev": Connecting with SSH timed out. 2023-06-17 19:57:05.325 [error] [LocalProcess0][resolveAuthority(ssh-remote,1)][17072ms] returned an error {"code":"NotAvailable","message":"Connecting with SSH timed out","detail":true} 2023-06-17 19:57:05.327 [error] resolveAuthority(ssh-remote) returned an error after 17072 ms Connecting with SSH timed out 2023-06-17 19:57:05.327 [error] Error received from starting extension host (kind: Remote) 2023-06-17 19:57:05.330 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.330 [error] [remote-connection][attempt 1] An error occurred in initial connection! Will retry... Error: 2023-06-17 19:57:05.330 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.330 [error] [remote-connection][attempt 2] An error occurred in initial connection! Will retry... Error: 2023-06-17 19:57:05.331 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.331 [trace] pickRunningLocation for vscode.bat, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.331 [trace] pickRunningLocation for vscode.clojure, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.331 [trace] pickRunningLocation for vscode.coffeescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.332 [trace] pickRunningLocation for vscode.cpp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.332 [trace] pickRunningLocation for vscode.csharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.332 [trace] pickRunningLocation for vscode.css, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.332 [trace] pickRunningLocation for vscode.dart, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.332 [trace] pickRunningLocation for vscode.diff, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.docker, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.fsharp, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.github-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.go, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.groovy, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.333 [trace] pickRunningLocation for vscode.handlebars, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.hlsl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.html, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.ini, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.ipynb, extension kinds: [workspace, ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.java, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.javascript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.json, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.julia, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.334 [trace] pickRunningLocation for vscode.latex, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.less, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.log, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.lua, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.make, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.markdown, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.media-preview, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.microsoft-authentication, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for ms-vscode.js-debug-companion, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.builtin-notebook-renderers, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.335 [trace] pickRunningLocation for vscode.objective-c, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.336 [trace] pickRunningLocation for vscode.perl, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.339 [trace] pickRunningLocation for vscode.php, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.340 [trace] pickRunningLocation for vscode.powershell, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.341 [trace] pickRunningLocation for vscode.pug, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.341 [trace] pickRunningLocation for vscode.python, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.341 [trace] pickRunningLocation for vscode.r, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.342 [trace] pickRunningLocation for vscode.razor, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.342 [trace] pickRunningLocation for vscode.restructuredtext, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.342 [trace] pickRunningLocation for vscode.ruby, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.342 [trace] pickRunningLocation for vscode.rust, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.343 [trace] pickRunningLocation for vscode.scss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.343 [trace] pickRunningLocation for vscode.shaderlab, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.343 [trace] pickRunningLocation for vscode.shellscript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.343 [trace] pickRunningLocation for vscode.simple-browser, extension kinds: [ui, workspace], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.344 [trace] pickRunningLocation for vscode.sql, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.344 [trace] pickRunningLocation for vscode.swift, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.344 [trace] pickRunningLocation for vscode.theme-abyss, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.344 [trace] pickRunningLocation for vscode.theme-defaults, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.345 [trace] pickRunningLocation for vscode.theme-kimbie-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.345 [trace] pickRunningLocation for vscode.theme-monokai, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.345 [trace] pickRunningLocation for vscode.theme-monokai-dimmed, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.345 [trace] pickRunningLocation for vscode.theme-quietlight, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.346 [trace] pickRunningLocation for vscode.theme-red, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.346 [trace] pickRunningLocation for vscode.vscode-theme-seti, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.346 [trace] pickRunningLocation for vscode.theme-solarized-dark, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.346 [trace] pickRunningLocation for vscode.theme-solarized-light, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.347 [trace] pickRunningLocation for vscode.theme-tomorrow-night-blue, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.347 [trace] pickRunningLocation for vscode.typescript, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.347 [trace] pickRunningLocation for vscode.vb, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.348 [trace] pickRunningLocation for vscode.xml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.348 [trace] pickRunningLocation for vscode.yaml, extension kinds: [ui, workspace, web], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.348 [trace] pickRunningLocation for ms-vscode-remote.remote-ssh-edit, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.348 [trace] pickRunningLocation for ms-vscode.remote-explorer, extension kinds: [ui], isInstalledLocally: true, isInstalledRemotely: false, preference: None => LocalProcess 2023-06-17 19:57:05.349 [trace] PolicyConfiguration#updatePolicyDefinitions ["[clojure]","[coffeescript]","[csharp]","[dockerfile]","[fsharp]","[go]","[javascript]","[makefile]","[markdown]","[jade]","[python]","[shellscript]","[yaml]","[dockercompose]","github-enterprise.uri","ipynb.pasteImagesAsAttachments.enabled","microsoft-sovereign-cloud.environment","microsoft-sovereign-cloud.customEnvironment","simpleBrowser.focusLockIndicator.enabled","remote.SSH.configFile","remote.SSH.showLoginTerminal","remote.SSH.defaultForwardedPorts","remote.SSH.defaultExtensions","remote.SSH.path","remote.SSH.serverInstallPath","remote.SSH.lockfilesInTmp","remote.SSH.useFlock","remote.SSH.enableDynamicForwarding","remote.SSH.enableAgentForwarding","remote.SSH.enableX11Forwarding","remote.SSH.enableRemoteCommand","remote.SSH.externalSSH_ASKPASS","remote.SSH.allowLocalServerDownload","remote.SSH.localServerDownload","remote.SSH.windowsRemotes","remote.SSH.useLocalServer","remote.SSH.connectTimeout","remote.SSH.logLevel","remote.SSH.maxReconnectionAttempts","remote.SSH.suppressWindowsSshWarning","remote.SSH.remotePlatform","remote.SSH.remoteServerListenOnSocket","remote.SSH.serverPickPortsFromRange","remote-explorer.foldersSortOrder"] 2023-06-17 19:57:05.351 [error] [remote-connection][attempt 3] An error occurred in initial connection! Will retry... Error: 2023-06-17 19:57:05.352 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.352 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.353 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"] 2023-06-17 19:57:05.366 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.367 [error] [remote-connection][attempt 4] An error occurred in initial connection! Will retry... Error: 2023-06-17 19:57:05.367 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.368 [error] [remote-connection][attempt 5] An error occurred in initial connection! It will be treated as a permanent error. Error: 2023-06-17 19:57:05.368 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.369 [error] Cannot register remote filesystem provider. Error while fetching remote environment. Connecting with SSH timed out 2023-06-17 19:57:05.369 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.370 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.370 [warning] Ignoring the error while validating workspace folder vscode-remote://ssh-remote%2Bdev/home/fadi - ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi' 2023-06-17 19:57:05.370 [trace] [text file model] dispose() vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases 2023-06-17 19:57:05.371 [trace] [backup tracker] discarding backup vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases 2023-06-17 19:57:05.371 [error] CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/.bash_aliases' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.k (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11492) at async e.$To.readFileStream (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:15787) at async e.$K8b.H (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2317:36716) at async e.$K8b.readStream (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2317:36470) at async Gs.zb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2306:28988) at async Gs.resolve (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2306:27435) at async e.$FYb.P (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2317:33072) at async Gc.cb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1867:8855) at async Ih.setInput (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2295:18020) at async e.$gub.M (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2293:20307) at async e.$gub.D (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2293:18975) at async e.$gub.openEditor (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2293:17963) at async vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2478:12434 2023-06-17 19:57:05.379 [trace] [History stack global-default]: index: -1, navigating: false: 2023-06-17 19:57:05.379 [trace] [History stack edits-default]: index: -1, navigating: false: 2023-06-17 19:57:05.379 [trace] [History stack navigation-default]: index: -1, navigating: false: 2023-06-17 19:57:05.381 [trace] lifecycle: phase changed (value: 3) 2023-06-17 19:57:05.381 [trace] Renderer->PtyHost#connect: before acquirePort 2023-06-17 19:57:05.391 [error] Connecting with SSH timed out: CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.392 [error] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/.vscode': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/.vscode' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.exists (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:13607) at async vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2002:6258 at async Promise.all (index 0) at async e.$0ib.v (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2002:6365) 2023-06-17 19:57:05.429 [trace] ChatService#onWillSaveState: Persisting 0 sessions 2023-06-17 19:57:05.429 [trace] ChatService#onWillSaveState: Persisting 2 chars 2023-06-17 19:57:05.430 [trace] Renderer->PtyHost#connect: connection established 2023-06-17 19:57:05.440 [trace] MainThreadTreeViews#$registerTreeViewDataProvider remoteTargets {"showCollapseAll":true,"canSelectMany":false,"dropMimeTypes":[],"dragMimeTypes":[],"hasHandleDrag":false,"hasHandleDrop":false,"manuallyManageCheckboxes":false} 2023-06-17 19:57:05.442 [trace] [File Watcher (node.js)] Request to start watching: c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\snippets (excludes: , includes: ) 2023-06-17 19:57:05.456 [debug] [DEBOUNCE: DocumentSemanticTokens] is disabled in developed mode 2023-06-17 19:57:05.458 [trace] [File Watcher (node.js)] Started watching: 'c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\snippets' 2023-06-17 19:57:05.502 [trace] PolicyConfiguration#updatePolicyDefinitions ["terminal.explorerKind","terminal.external.windowsExec","terminal.external.osxExec","terminal.external.linuxExec"] 2023-06-17 19:57:05.502 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.531 [error] Connecting with SSH timed out: CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.565 [trace] PolicyConfiguration#updatePolicyDefinitions ["diffEditor.diffAlgorithm","workbench.editor.preferHistoryBasedLanguageDetection"] 2023-06-17 19:57:05.567 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.568 [debug] Terminal process ready (shellProcessId: 19856) 2023-06-17 19:57:05.588 [debug] terminalInstance added capability 3 2023-06-17 19:57:05.589 [error] CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.W (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:22007) at async vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:21902 2023-06-17 19:57:05.613 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.614 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.614 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.615 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.622 [trace] PolicyConfiguration#updatePolicyDefinitions ["settingsSync.keybindingsPerPlatform","settingsSync.ignoredExtensions","settingsSync.ignoredSettings"] 2023-06-17 19:57:05.632 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.633 [trace] Settings Sync: Initializing accounts 2023-06-17 19:57:05.642 [trace] Settings Sync: Getting accounts for github 2023-06-17 19:57:05.642 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.643 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.643 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.643 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.657 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.667 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.remote.experimental.showStartListEntry"] 2023-06-17 19:57:05.676 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.718 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:05.719 [trace] [mainThreadSecretState] Getting password for vscode.github-authentication extension: github.auth 2023-06-17 19:57:05.720 [trace] [mainThreadSecretState] No password found for: vscode.github-authentication github.auth 2023-06-17 19:57:05.720 [trace] [mainThreadSecretState] Getting old password for vscode.github-authentication extension: github.auth 2023-06-17 19:57:05.724 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.726 [debug] User data changed 2023-06-17 19:57:05.729 [trace] [mainThreadSecretState] No old password found for: vscode.github-authentication github.auth 2023-06-17 19:57:05.743 [trace] Settings Sync: Updated accounts for github 2023-06-17 19:57:05.743 [trace] Settings Sync: Getting accounts for microsoft 2023-06-17 19:57:05.768 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"] 2023-06-17 19:57:05.768 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.775 [trace] [mainThreadSecretState] Getting password for vscode.microsoft-authentication extension: microsoft.login.keylist 2023-06-17 19:57:05.775 [trace] [mainThreadSecretState] No password found for: vscode.microsoft-authentication microsoft.login.keylist 2023-06-17 19:57:05.775 [trace] [mainThreadSecretState] Getting old password for vscode.microsoft-authentication extension: microsoft.login.keylist 2023-06-17 19:57:05.783 [trace] [mainThreadSecretState] No old password found for: vscode.microsoft-authentication microsoft.login.keylist 2023-06-17 19:57:05.797 [trace] Settings Sync: Updated accounts for microsoft 2023-06-17 19:57:05.801 [trace] Settings Sync: Account status changed from uninitialized to unavailable 2023-06-17 19:57:05.802 [trace] Settings Sync: Accounts are initialized 2023-06-17 19:57:05.805 [trace] Skipping initializing remote extensions because the window with this remote authority was opened before. 2023-06-17 19:57:05.911 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.913 [trace] PolicyConfiguration#updatePolicyDefinitions ["workbench.editor.autoLockGroups","workbench.editor.defaultBinaryEditor","workbench.editorAssociations","workbench.editorLargeFileConfirmation"] 2023-06-17 19:57:05.914 [trace] PolicyConfiguration#update [] 2023-06-17 19:57:05.914 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:05.914 [trace] [File Watcher (node.js)] [raw] ["change"] globalStorage 2023-06-17 19:57:05.915 [trace] [File Watcher (node.js)] [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:06.001 [trace] [File Watcher (node.js)] >> normalized [CHANGED] c:\Users\Fadi\AppData\Roaming\Code - Insiders\User\globalStorage 2023-06-17 19:57:06.001 [debug] User data changed 2023-06-17 19:57:07.882 [trace] lifecycle: phase changed (value: 4) 2023-06-17 19:57:07.925 [trace] RunAutomaticTasks: Trying to run tasks. 2023-06-17 19:57:07.925 [trace] RunAutomaticTasks: Awaiting task system info. 2023-06-17 19:57:07.926 [trace] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/node_modules': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/node_modules' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.n (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:12190) at async vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:13381 at async Promise.all (index 0) at async Object.G [as settled] (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:98:19421) 2023-06-17 19:57:07.926 [error] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/.git/config': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/.git/config' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.exists (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:13607) at async Promise.all (index 0) 2023-06-17 19:57:07.927 [error] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/pom.xml': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi/pom.xml' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.exists (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:13607) at async Promise.all (index 0) 2023-06-17 19:57:07.927 [trace] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.n (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:12190) at async vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:13381 at async Promise.all (index 0) at async Object.G [as settled] (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:98:19421) at async e.$Y9b.getTags (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1901:17488) 2023-06-17 19:57:07.928 [error] ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi': CodeExpectedError: ENOPRO: No file system provider found for resource 'vscode-remote://ssh-remote%2Bdev/home/fadi' at e.$To.j (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:11401) at async e.$To.n (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:12190) at async e.$To.resolve (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:627:12018) at async e.$eXb.i (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:1940:5269) 2023-06-17 19:57:07.937 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:07.943 [error] Connecting with SSH timed out: CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:08.008 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:08.059 [error] CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:08.094 [info] [perf] Render performance baseline is 29ms 2023-06-17 19:57:10.049 [error] Connecting with SSH timed out: CodeExpectedError: Connecting with SSH timed out at e.$l9b.ob (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19837) at async e.$l9b.nb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:19103) at async e.$l9b.Lb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2615:11242) at async e.$l9b.gb (vscode-file://vscode-app/c:/Users/Fadi/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2614:16867) 2023-06-17 19:57:12.495 [trace] CommandService#executeCommand workbench.action.output.show.rendererLog 2023-06-17 19:57:12.500 [trace] Stopped polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/exthost/output_logging_20230617T195648/1-Remote%20-%20SSH.log 2023-06-17 19:57:12.521 [trace] Started polling file:///c%3A/Users/Fadi/AppData/Roaming/Code%20-%20Insiders/logs/20230617T195632/window1/renderer.log 2023-06-17 19:57:13.724 [trace] KeybindingService#dispatch Ctrl+A [ Will dispatch command editor.action.selectAll ] 2023-06-17 19:57:13.724 [trace] CommandService#executeCommand editor.action.selectAll 2023-06-17 19:57:13.724 [trace] Executing Command 'editor.action.selectAll' which has 4 bound. 2023-06-17 19:57:13.725 [trace] Command 'editor.action.selectAll' was handled by 'code-editor'. ```

And one last question, could you download the VS Code Insiders build and see whether it's still an issue there as well?

Would appreciate answers to the above, and also, is it still an issue in the latest 1.79.2?

This is still an issue for me as of 1.79.2 and 1.80.0-insider.

roblourens commented 1 year ago

After some more tinkering I found that setting "remote.SSH.useLocalServer": true in the client settings did not change anything, as I previously attempted, but adding it on the remote machine in ~/.vscode-server/data/Machine/settings.json did fix the issue

That's interesting, but I would interpret this as the setting actually working around it on the client side. That setting only affects the connection process, so if it's added to the machine settings on the remote, it wouldn't have actually done anything because we can't read that file until we connected. Maybe there was some flakiness. But I'm glad to hear that setting works around this because it's proof that the issue is with creating the local terminal instance, same as https://github.com/microsoft/vscode-remote-release/issues/7324#issuecomment-1281234352

roblourens commented 1 year ago

The comments in https://github.com/microsoft/vscode-remote-release/issues/7324#issuecomment-1281183010 also seem to hold here- "terminal process ready" never appears and lifecycle: phase changed (value: 3) is never reached (until the window has given up trying to connect to the remote)

@meganrogge you mentioned an issue with the ptyHost becoming unresponsive, is that fixed in Insiders? If not can you link an issue?

meganrogge commented 1 year ago

Yes this is probably a duplicate of https://github.com/microsoft/vscode/issues/130320 - we have seen a ton of reports

github-actions[bot] commented 1 year ago

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!

roblourens commented 1 year ago

Can anyone confirm that this is fixed in Insiders?

fadialzammar commented 1 year ago

I am still experiencing this with 1.80.0-insider, commit 39efe30bfc8e196f5be2119479092bd9eb83e174. I tried the latest Release (0.102.0) and Pre-Release (0.103.2023062115) versions of Remote - SSH.

roblourens commented 12 months ago

Thanks for following up. Can you share the same trace-level Window log as before, from Insiders?

Any other ideas @meganrogge?

windzhu0514 commented 12 months ago

Steps To Reproduce

  1. open vscode ,remote ssh to Ubuntu 22.04.2 LTS
  2. open a golang project
  3. install Go Mod Explorer or GitLens — Git supercharged extension
  4. move this two extension to Secondary Side bar ,and move the Secondary Side bar to right
  5. open one of these two extensions
  6. disconnect the laptop from the network
  7. wait vscode for prompt to reconnect or click one file in project,then will prompt to reconnect
  8. restoring the laptop's network
  9. click to reconnect

Then this error occurs

windzhu0514 commented 12 months ago

this error occurs every day. 😭

meganrogge commented 12 months ago

@roblourens

Wow... yup, closing the secondary side bar fixed it.

This seems really odd and unrelated to the terminal/pty host

roblourens commented 12 months ago

https://github.com/microsoft/vscode-remote-release/issues/7324 also involved the secondary sidebar, the symptoms seem basically the same from what I can see. The only difference is that the previous one was easy to repro, this one I still have not reproed. But the reported logs and symptoms look the same

p1gd0g commented 12 months ago

reoccured in v1.80.0 😂

roblourens commented 11 months ago

I'm trying to repro this again, still no luck

3. install Go Mod Explorer or GitLens — Git supercharged extension
4. move this two extension to Secondary Side bar ,and move the Secondary Side bar to right
5. open one of these two extensions

Is it the "commit details" view you put in the secondary sidebar?

What does step 5 mean?

Can you repro it just by running "Reload window" from the command palette (no network stuff)

roblourens commented 11 months ago

Ah, never mind. I messed around with it a little more and managed to trigger it. I just used "list references" in the secondary sidebar, same as in #7324. This came from work in the terminal, and @Tyriar has a fix for it incoming. Sorry this took so long to get to.

amunger commented 11 months ago

@roblourens did you have verification steps for this?

roblourens commented 11 months ago