usdot-fhwa-stol / carma-streets

CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
10 stars 10 forks source link

Devcontainer setup for lanelet2 services currently does not work with latest version of VSCode 1.86 #401

Open paulbourelly999 opened 8 months ago

paulbourelly999 commented 8 months ago

Summary

Current streets_service_lanelet2_aware base image builds off ubuntu 18 which is not compatible with vscode 1.86 server (https://code.visualstudio.com/docs/remote/faq#_can-i-run-vs-code-server-on-older-linux-distributions). Will plan on removing this ubuntu 18 depedency from base image but current work around is to revert to 1.85 vscode version or earlier

Version

4.3.0 (Current)

Expected Behavior

VSCode devcontainer environment works for newest vscode version

Actual Behavior

Does not work for 1.86

Steps to Reproduce the Actual Behavior

  1. Install latest vscode version
  2. Attempt to run devcontainer for streets_service_lanelet_aware image

Related Work

No response