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

Disable extensions using the commandline

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
42/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
typescript, vscode
領域
cli

調査の方向性

ファイルやテストは指定されていません。まず code-server のコマンドラインオプション解析と拡張機能管理のエントリーポイントを特定し、次に組み込み拡張機能がどのように読み込まれるかを追跡してください。コンテナから vscode.github のような拡張機能 ID を --disable-extension に渡すことができ、その拡張機能が結果のインスタンスで利用できなければ完了です。

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

説明

enhancement

What is your suggestion?

I would like to disable built-in extensions, as they cannot be uninstalled.

something like:

code-server --disable-extension <ext_id>

Why do you want this feature?

I usually build a container with code-server in it and preinstall extensions / preconfigure it.
In the latest version the github extension automatically brings AI chat functions and people are of course confused because they will not work

I would like to disable the built-in extension "vscode.github" in my container image build

Are there any workarounds to get this functionality today?

ClickOps in each instance.

Are you interested in submitting a PR for this?

i can try

主要言語
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 を短くまとめたダイジェスト。