Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PlatformIO IDE extension does not work on code-server v3.0.1 from Docker Hub #1448

Closed
Labels
bugSomething isn't working extensionThe issue needs to be fixed in the extension
Milestone
@r0zzy5

Description

I am trying to install the PlatformIO IDE extension on a code-server v3.0.1 instance hosted in a docker container. I am running Docker Desktop on Windows 10 Pro and accessing code-server using Chrome 80. The extension seems to install fine using the extension manager in code-server, but when I try to open the PlatformIO Home tab, Chrome reports that 127.0.0.1:8010 did not send any data and therefore the PlatformIO Home page is not shown:

PlatformIO error

I am using the following Dockerfile:

FROM codercom/code-server:3.0.1
USER root
RUN apt-get update && apt-get install -y python3 python3-distutils \
	&& rm -rf /var/lib/apt/lists/*
USER coder
EXPOSE 8010
ENTRYPOINT ["dumb-init", "fixuid", "-q", "/usr/local/bin/code-server", "--host", "0.0.0.0", "--auth", "none", "."]

And the following docker-compose.yml:

version: '3.3'
services:
 code-server-platformio:
 image: r0zzy5/code-server-platformio
 ports:
 - '8080:8080'
 - '8010:8010'
 volumes:
 - './src:/home/coder/project'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working extensionThe issue needs to be fixed in the extension

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /