File size: 3,975 Bytes
0a0c420 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | *
* 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).
*
Server bound to /tmp/code-c753fef8-a447-4d7d-81cf-e358bfb85dc0
Extension host agent listening on /tmp/code-c753fef8-a447-4d7d-81cf-e358bfb85dc0
[02:14:21]
[02:14:21] Extension host agent started.
[02:14:21] [<unknown>][845eb954][ManagementConnection] New connection established.
[02:14:21] [<unknown>][e7da2055][ExtensionHostConnection] New connection established.
[02:14:22] [<unknown>][e7da2055][ExtensionHostConnection] <1514> Launched Extension Host Process.
[02:14:30] Getting Manifest... github.copilot
[02:14:30] Getting Manifest... ms-python.debugpy
[02:14:30] Installing extension: ms-python.debugpy {
productVersion: { version: '1.98.0', date: '2025-03-04T21:06:18.612Z' },
pinned: false,
operation: 3,
isApplicationScoped: false,
donotVerifySignature: false,
context: { clientTargetPlatform: 'win32-x64' },
profileLocation: Er {
scheme: 'file',
authority: '',
path: '/root/.vscode-server/extensions/extensions.json',
query: '',
fragment: '',
_formatted: 'file:///root/.vscode-server/extensions/extensions.json',
_fsPath: '/root/.vscode-server/extensions/extensions.json'
}
}
[02:14:30] Installing extension: github.copilot {
productVersion: { version: '1.98.0', date: '2025-03-04T21:06:18.612Z' },
pinned: false,
operation: 3,
isApplicationScoped: true,
donotVerifySignature: false,
context: { clientTargetPlatform: 'win32-x64' },
profileLocation: Er {
scheme: 'file',
authority: '',
path: '/root/.vscode-server/extensions/extensions.json',
query: '',
fragment: '',
_formatted: 'file:///root/.vscode-server/extensions/extensions.json',
_fsPath: '/root/.vscode-server/extensions/extensions.json'
}
}
[02:14:31] Getting Manifest... ms-python.python
[02:14:31] Getting Manifest... github.copilot-chat
[02:14:32] Getting Manifest... ms-python.vscode-pylance
[02:14:33] Extension signature verification result for github.copilot: Success. Internal Code: 0. Executed: true. Duration: 1278ms.
[02:14:34] Extracted extension to file:///root/.vscode-server/extensions/github.copilot-1.282.0: github.copilot
[02:14:34] Renamed to /root/.vscode-server/extensions/github.copilot-1.282.0
[02:14:34] Marked extension as removed github.copilot-1.277.0
[02:14:34] Extension installed successfully: github.copilot file:///root/.vscode-server/extensions/extensions.json
[02:14:35] Extension signature verification result for ms-python.debugpy: Success. Internal Code: 0. Executed: true. Duration: 1603ms.
[02:14:35] Extracted extension to file:///root/.vscode-server/extensions/ms-python.debugpy-2025.4.1-linux-x64: ms-python.debugpy
[02:14:35] Renamed to /root/.vscode-server/extensions/ms-python.debugpy-2025.4.1-linux-x64
[02:14:35] Marked extension as removed ms-python.debugpy-2025.4.0
[02:14:35] Extension installed successfully: ms-python.debugpy file:///root/.vscode-server/extensions/extensions.json
[02:15:15] [<unknown>][845eb954][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing...
[02:19:16] [File Watcher] Watcher shutdown because watched path got deleted (path: /root/.vscode-server/extensions/ms-python.debugpy-2025.4.0-linux-x64/.noConfigDebugAdapterEndpoints)
New EH opened, aborting shutdown
[02:19:21] New EH opened, aborting shutdown
[05:14:55] [<unknown>][e7da2055][ExtensionHostConnection] <1514> Extension Host Process exited with code: 0, signal: null.
Last EH closed, waiting before shutting down
[05:14:55] Last EH closed, waiting before shutting down
[05:15:21] [<unknown>][845eb954][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed.
Last EH closed, shutting down
[05:19:55] Last EH closed, shutting down
|