microsoft / microsoft/vscode-python-debugger
Unicode character missing when passed via args in launch.json
オープン
@eleanorjboyd がすでに取り組んでいます。
2025年8月14日 から。
triage-needed
- 主要言語
- TypeScript
- スター
- 181
- フォーク
- 126
- 平均マージ
- 2日 3時間
- マージ済み PR(30日)
- 3
説明
Python Debugger: 2025.10.0
Python: 3.12.11
VS Code Version: 1.99.3 (system setup)
OS: Windows_NT x64 10.0.19045
python file
import sys
if __name__ == '__main__':
a = sys.argv[1]
print(a)
launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"真・侍.txt"
]
}
]
}
This prints "真侍.txt" and "・" is missing.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。