Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Will ESP-IDF EXTENSION support code-server (VSC-1615) #1461

Open
tinyvan opened this issue Mar 9, 2025 · 0 comments
Open
Labels
Feature / Enhancement Request Request for Feature/ Enhancement

Comments

@tinyvan
Copy link

tinyvan commented Mar 9, 2025

Is your feature request related to a problem? Please describe.
I'd love to write code in a Code-Server Instance,which allow me to write code on a Pad when I went out and only took a pad with me.

Describe the solution you'd like
Up to now,running "Configure ESP-IDF Extension" will only get a

Image

Describe alternatives you've considered
I have to switch to Vscode Desktop
Additional context
Platform:Kubuntu 24.10
Doctor Command output:
---------------------------------------------- ESP-IDF Extension for Visual Studio Code report ---------------------------------------------
OS undefined undefined undefined
System environment variable IDF_PYTHON_ENV_PATH
undefined
System environment variable PATH
undefined
System environment variable PYTHON
undefined
Visual Studio Code version undefined
Visual Studio Code language undefined
Visual Studio Code shell undefined
ESP-IDF Extension version undefined
Workspace folder /code/espProj
---------------------------------------------------- Extension configuration settings ------------------------------------------------------
ESP-ADF Path (idf.espAdfPath) undefined
ESP-IDF Path (idf.espIdfPath) undefined
ESP-MDF Path (idf.espMdfPath) undefined
ESP-Matter Path (idf.espMatterPath) undefined
ESP-HomeKit-SDK Path (idf.espHomeKitSdkPath) undefined
Custom extra paths undefined
System python Path (idf.pythonInstallPath) undefined
Virtual environment Python path (computed) undefined
Serial port (idf.port) undefined
OpenOCD Configs (idf.openOcdConfigs) undefined
ESP-IDF Tools Path (idf.toolsPath) undefined
Git Path (idf.gitPath) undefined
Notification Mode (idf.notificationMode) undefined
-------------------------------------------------------- Configurations access -------------------------------------------------------------
Access to ESP-ADF Path (idf.espAdfPath) undefined
Access to ESP-IDF Path (idf.espIdfPath) undefined
Access to ESP-MDF Path (idf.espMdfPath) undefined
Access to ESP-Matter Path (idf.espMatterPath) undefined
Access to ESP-HomeKit Path (idf.espHomeKitSdkPath) undefined
Access to ESP-IDF Custom extra paths
Access to System python Path (idf.pythonInstallPath) undefined
Access to Virtual environment Python path (computed) undefined
Access to CMake in environment PATH undefined
Access to Ninja in environment PATH undefined
Access to ESP-IDF Tools Path (idf.toolsPath) undefined
-------------------------------------------------------- Configurations has spaces -------------------------------------------------------------
Spaces in system environment Path undefined
Spaces in ESP-ADF Path (idf.espAdfPath) undefined
Spaces in ESP-IDF Path (idf.espIdfPath) undefined
Spaces in ESP-MDF Path (idf.espMdfPath) undefined
Spaces in ESP-Matter Path (idf.espMatterPath) undefined
Spaces in ESP-HomeKit-SDK Path (idf.espHomeKitSdkPath) undefined
Spaces in ESP-IDF Custom extra paths
Spaces in System python Path (idf.pythonInstallPath) undefined
Spaces in Virtual environment Python path (computed) undefined
Spaces in ESP-IDF Tools Path (idf.toolsPath) undefined
----------------------------------------------------------- Executables Versions -----------------------------------------------------------
Git version undefined
ESP-IDF version undefined
Python version undefined
Python's pip version undefined
-------------------------------------------------- Project configuration settings ----------------------------------------------------------
-------------------------------------------------- Python packages in Virtual environment Python path (computed) ---------------------------
Python packages undefined
---------------------------------------------------- Check ESP-IDF python requirements.txt -------------------------------------------------
Check ESP-IDF Python packages undefined
---------------------------------------------------- Check ESP-IDF debug adapter requirements.txt ------------------------------------------
Check Debug AdapterPython packages undefined
----------------------------------------------------------- Latest error -----------------------------------------------------------------
{
"errno": -2,
"code": "ENOENT",
"syscall": "spawn /miniconda3/bin/python",
"path": "/miniconda3/bin/python",
"spawnargs": [
"-c",
"import sys; print('{}.{}'.format(sys.version_info.major, sys.version_info.minor))"
],
"cmd": "/miniconda3/bin/python -c import sys; print('{}.{}'.format(sys.version_info.major, sys.version_info.minor))"
}

----------------------------------------------------------- Logfile -----------------------------------------------------------------
"level":"warn","message":"Could not determine ESP-IDF version. Using default compiler arguments for the latest known version.","timestamp":"2025-03-09T12:31:17.226Z"}
{"message":"Cannot access filePath: /home/tinywang/code/espProj/CMakeLists.txt","stack":"Error: ENOENT: no such file or directory, access '/home/tinywang/code/espProj/CMakeLists.txt'\n\tat Object.accessSync (node:fs:244:11)\n\tat Fe (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1432827)\n\tat /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1434637\n\tat We (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1434823)\n\tat Ws.build (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1627202)\n\tat async La (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1684670)\n\tat async /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1916268","level":"error","timestamp":"2025-03-09T12:31:17.226Z"}
{"user":true,"message":"Something went wrong while trying to build the project","stack":"Error: Task ESP-IDF Compile exited with code 1\n\tat /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1624529\n\tat Ah.value (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:172:35479)\n\tat D.B (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:27:2373)\n\tat D.fire (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:27:2591)\n\tat mb.$onDidEndTaskProcess (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:119:53681)","level":"error","timestamp":"2025-03-09T12:31:17.662Z"}
{"message":"Cannot access filePath: /home/tinywang/code/espProj/CMakeLists.txt","stack":"Error: ENOENT: no such file or directory, access '/home/tinywang/code/espProj/CMakeLists.txt'\n\tat Object.accessSync (node:fs:244:11)\n\tat Fe (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1432827)\n\tat /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1434637\n\tat We (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1434823)\n\tat Ke (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1435233)\n\tat me (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1419497)\n\tat ht (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1442155)\n\tat async Ws.build (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1626231)\n\tat async La (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1684670)\n\tat async /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1914660","level":"error","timestamp":"2025-03-09T12:31:18.300Z"}
{"message":"Cannot access filePath: /home/tinywang/code/espProj/sdkconfig","stack":"Error: ENOENT: no such file or directory, access '/home/tinywang/code/espProj/sdkconfig'\n\tat Object.accessSync (node:fs:244:11)\n\tat Fe (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1432827)\n\tat Ke (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1435243)\n\tat async me (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1419491)\n\tat async ht (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1442149)\n\tat async Ws.build (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1626231)\n\tat async La (/home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1684670)\n\tat async /home/tinywang/.local/share/code-server/extensions/espressif.esp-idf-extension-1.9.1-universal/dist/extension.js:2:1914660","level":"error","timestamp":"2025-03-09T12:31:18.301Z"}

@tinyvan tinyvan added the Feature / Enhancement Request Request for Feature/ Enhancement label Mar 9, 2025
@github-actions github-actions bot changed the title [Feature Request]: Will ESP-IDF EXTENSION support code-server [Feature Request]: Will ESP-IDF EXTENSION support code-server (VSC-1615) Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature / Enhancement Request Request for Feature/ Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant