flathub / flathub/com.visualstudio.code
Previous improvement is unavailable for me.
- 主要言語
- Shell
- スター
- 217
- フォーク
- 82
- 平均マージ
- 1日 7時間
- マージ済み PR(30日)
- 1
説明
For me, when `com.visualstduio.code` is invoked, "`file://localhost/app/share/vscode/flatpak-warning.txt`" is presented:
> ```
> https://www.flathub.org
>
> ------------------------------------------------------------------------------------
> | Warning: You are running an unofficial Flatpak version of Visual Studio Code !!! |
> ------------------------------------------------------------------------------------
>
> Please open issues under: https://github.com/flathub/com.visualstudio.code/issues
>
>
> This version is running inside a container and is therefore not able
> to access SDKs on your host system!
>
> To execute commands on the host system, run inside the sandbox:
>
> $ flatpak-spawn --host
>
> To make the Integrated Terminal automatically use the host system's shell,
> you can aD this to the settings:
>
> {
> "terminal.integrated.defaultProfile.linux": "bash",
> "terminal.integrated.profiles.linux": {
> "bash": {
> "path": "/usr/bin/flatpak-spawn",
> "args": ["--host", "--env=TERM=xterm-256color", "bash"]
> }
> }
> }
>
> This flatpak provides a standard development environment (gcc, python, etc).
> To see what's available:
>
> $ flatpak run --command=sh com.visualstudio.code
> $ ls /usr/bin (shared runtime)
> $ ls /app/bin (bundled with this flatpak)
>
> To get support for aDitional languages, you have to install SDK extensions, e.g.
>
> $ flatpak install flathub org.freedesktop.Sdk.Extension.dotnet
> $ flatpak install flathub org.freedesktop.Sdk.Extension.golang
> $ FLATPAK_ENABLE_SDK_EXT=dotnet,golang flatpak run com.visualstudio.code
>
> You can use
>
> $ flatpak search
>
> to find others.
> ```
However, at "http://github.com/flathub/com.visualstudio.code/blob/master/flatpak-warning.txt", the grammatical errors that are present within this file are not present.
Invoke "http://github.com/flathub/com.visualstudio.code/files/7193122/VSCODE.DAT.BIN.TXT" as HTML for additional information.
`flatpak update` is not presenting any updates. I am confident that all of my repositories are configured correctly.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
file://localhost/app/share/vscode/flatpak-warning.txt から表示されるテキストをリポジトリの flatpak-warning.txt と比較し、その後、コンテキストを確認するためにリンクされた VSCODE.DAT.BIN.TXT 添付ファイルを確認してください。Issue では意図された文法上の修正が特定されていません。完了するには、相違点を特定し、パッケージ化された警告テキストが修正済みのソースと一致することを確認する必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- shell, vscode
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100