forcedotcom / forcedotcom/code-builder-feedback
Add zsh & PowerShell options for Code Builder terminal window
- 主要言語
- 言語のデータがありません
- スター
- 35
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Is your feature request related to a problem? Please describe.**
A clear and concise description of the problem. For example: I'm always frustrated when [...]
## Goal
I want parity between desktop VS Code and Code Builder terminal options so that I can easily move between them without having to setup/install or worse, re-write code.
- **MacOS**: Starting in 2019 (Catalina) MacOS switched from Bash as the default shell to `zsh`. I tried `apt-get install zsh` but it needs admin and `sudo` command isn't found
- **Windows**: Windows includes PowerShell by default and is an option in the terminal window. [Install PowerShell via apt-get](https://docs.microsoft.com/en-us/powershell/scripting/install/install-ubuntu?view=powershell-7.2#installation-via-package-repository)
**Describe what you are ultimately trying to do**
What is your use case, how might you do this today?
I have custom zsh scripts (I imagine Windows customers have custom PowerShell scripts) for common automation tasks that I want to use, including my profile `.zshrc` profile with command aliases.
Ex:
```
alias screenshot="chrome --headless --disable-gpu --screenshot"
alias html="chrome --headless --disable-gpu --dump-dom"
alias glog="git log --pretty=format:'%h - %an: %s' --graph"
```
```screenshot https://developer.salesforce.com``` - Auto-saves a screenshot of the web page
```html https://developer.salesforce.com``` - Writes html for headless chrome to standard output (or pipe/filter as needed)
```glog``` Shows a pretty view of git commits/branches to standard output
**Describe how you think Code Builder can help solve your problem or improve your work**
A clear and concise description of what you want to happen.
Seamless move from desktop to web
**Additional context**
Add any other context or screenshots about the feature request here.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
issue #133 を要件の出発点として使用します。Code Builder の既存のターミナルオプションをデスクトップ版 VS Code と比較し、その後、zsh と PowerShell の利用可能性、および .zshrc などのプロファイルがどのように扱われるかを確認します。Code Builder が要求された両方のシェルオプションを提供し、記載されたプロファイルとスクリプトのユースケースをサポートすれば完了です。issue ではファイルもテストも指定されていません。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- powershell, zsh
- 領域
- cli, developer-experience
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100