You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you only install vscode server on a clean machine, the command will be available. However, if you restart vscode-server, it stops working (disappears from PATH).
As I understand, vscode-server is not registered in the system PATH during installation, perhaps this is the reason.
This means that the command [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path bash)" is not executed. And since it was not executed, it means that some functions of the integrated terminal do not work (I needed the env.path extension from settings.json)
Extension version: 0.117.0
VS Code version: Code 1.97.0 (33fc5a94a3f99ebe7087e8fe79fbe1d37a251016, 2025-02-04T22:41:26.688Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 6.1.0-30-amd64
Type: Bug
If you only install vscode server on a clean machine, the command will be available. However, if you restart vscode-server, it stops working (disappears from PATH).
As I understand, vscode-server is not registered in the system PATH during installation, perhaps this is the reason.
This means that the command [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path bash)" is not executed. And since it was not executed, it means that some functions of the integrated terminal do not work (I needed the env.path extension from settings.json)
Extension version: 0.117.0
VS Code version: Code 1.97.0 (33fc5a94a3f99ebe7087e8fe79fbe1d37a251016, 2025-02-04T22:41:26.688Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 6.1.0-30-amd64
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
The text was updated successfully, but these errors were encountered: