Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Expand `~` from config

オープン
#7,051 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
32/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
typescript
領域
cli

調査の方向性

config.yaml で user-data-dir: /.config/code-server-data を設定し、異なるカレントディレクトリから code-server を実行して報告を再現します。設定値がどのように解決されるかを追跡し、その結果のブラウザーパスが重複したパスやカレントディレクトリを先頭に付加したパスではなく、/.config/code-server-data になることを確認します。

索引モデルが issue の本文から書いたものです。

説明

enhancement
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: Vivaldi
  • Local OS: Ubuntu 24.10
  • Remote OS: Ubuntu 24.10
  • Remote Architecture: amd64
  • code-server --version: 4.93.1 69df01185ce2f80e99c9e4f8c8de1907cc7a9bc5 with Code 1.93.1
Steps to Reproduce
  1. add this user-data-dir: ~/.config/code-server-data to config.yaml
  2. run command code-server
Expected
~/.config/code-server-data
Actual

But in the web browser, it will be:

~/~/.config/code-server-data
Note

I get it now, depends on where the current directory in the terminal is, code-server will use the current directory plus user-data-dir

主要言語
TypeScript
スター
79.4k
フォーク
6.9k
平均マージ
2日 13時間
マージ済み PR(30日)
39

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

coder/code-server のほかの issue

coder/code-server の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。