Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Folder with French characters like "é" prevent the R objects from being displayed in the R Tab

Đang mở
#1,614 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
45/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
r, typescript, vscode
Lĩnh vực
devtools

Hướng nghiên cứu

Tái hiện vấn đề bằng cách tạo một thư mục có các ký tự có dấu, chạy một tập lệnh R tạo một đối tượng và kiểm tra tab R khi trình theo dõi phiên được bật. Bắt đầu bằng cách theo dõi hành vi của tab R và trình theo dõi phiên xung quanh đường dẫn thư mục; công việc được hoàn thành khi các đối tượng được hiển thị nếu đường dẫn workspace chứa các ký tự như é.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

bug needs information

Describe the bug
When I open a folder with an accent such as "é" and work with a R script within the folder, the variables are not displayed in the R tab.

To Reproduce
Steps to reproduce the behavior:

  1. Create a folder with an accent
  2. Create an R script within
  3. Execute a line of code creating an object
  4. Go to the R tab

Can you fix this issue by yourself? (We appreciate the help)

Yes, I just rename the folder

(If yes,) can we assist you with anything?

(If applicable) Please attach setting.json

// R.exe path for windows
"r.rterm.windows": "",

// R path for Mac OS X
"r.rterm.mac": "/usr/local/bin/R",

// R path for Linux
"r.rterm.linux": "/usr/bin/R",

// R command line options (i.e: --vanilla)
"r.rterm.option": [],

// An optional encoding to pass to R when executing the file, i.e. 'source(FILE, encoding=ENCODING)'
"r.source.encoding": "UTF-8",

// Keeping focus when running
"r.source.focus": "editor",

// Use active terminal for all commands, rather than creating a new R terminal
"r.alwaysUseActiveTerminal": false,

// Use bracketed paste mode
"r.bracketedPaste": false,

// Enable R session watcher
"r.sessionWatcher": true,

// Delay in milliseconds before sending each line to rterm (only applies if r.bracketedPaste is false)
"r.rtermSendDelay": 8,

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
You can show the keyboard contents by pressing F1 and Developer: toggle screencast mode

Environment (please complete the following information):

  • OS: [e.g. Windows, macOS, Linux]
  • VSCode Version: [e.g. 1.42.0]
  • R Version: [e.g. 3.6.2]
  • vscode-R version: [e.g. 1.2.2]

Additional context
Add any other context about the problem here.

Ngôn ngữ chính
TypeScript
Star
1.2k
Fork
139
Merge trung bình
16 giờ 16 phút
Pull request đã merge (30 ngày)
11

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của REditorSupport/vscode-R

Tất cả issue của REditorSupport/vscode-R

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.