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

[bug] rosrun export error #1271

Open
3 tasks done
Moon-404 opened this issue Jan 15, 2024 · 2 comments
Open
3 tasks done

[bug] rosrun export error #1271

Moon-404 opened this issue Jan 15, 2024 · 2 comments
Assignees
Labels

Comments

@Moon-404
Copy link

(Please add appropriate labels)

  • Windows: (11)
  • Linux: (wsl ubuntu 20.04)
  • ROS 1: neotic

<Version of the plugin>
0.9.2

<Copy the Version information from the Help | About menu>
Version: 1.85.1 (user setup)
Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2
Date: 2023-12-13T09:49:37.021Z
Electron: 25.9.7
ElectronBuildId: 25551756
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.22621

what is the bug

<current behavior>
When using >ROS: Run in vscode, the terminal exports LS_COLORS but get errors like:

35:do=01: command not found
35:bd=40: command not found
33: command not found
01:cd=40: command not found
33: command not found
01:or=40: command not found
31: command not found
01:mi=00:su=37: command not found

Repro steps

<how to reproduce the bug. Please attach sample files or github repo if appropriate.>

  1. open a catkin workspace with vscode;
  2. use the shortcut key "ctrl+shift+B" to start catkin_make: build.
  3. After the build is complete, use the rosrun command.

expected behavior

<what you would expect to happen>
no export errors

additional context

<any additional information would be helpful for a better understanding>
It seems terminal inherit problem, but there's some problems about LS_COLORS
The issue is similar: #874

@Moon-404 Moon-404 added the bug Something isn't working label Jan 15, 2024
@ooeygui
Copy link
Member

ooeygui commented Jan 15, 2024

Can you try the pre-release version of the extension?
I'll look into this.

@ooeygui ooeygui self-assigned this Jan 15, 2024
@Moon-404
Copy link
Author

Moon-404 commented Jan 16, 2024

Can you try the pre-release version of the extension? I'll look into this.

still the same problem. maybe it does not recognize : and ; in LS_COLORS properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants