並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 13 件 / 13件

新着順 人気順

code-serverの検索結果1 - 13 件 / 13件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

code-serverに関するエントリは13件あります。 serverサーバvscode などが関連タグです。 人気エントリには 『「Visual Studio Code」でのリモート開発が手軽に ~リモートトンネル機能が提供開始/「SSH」は不要。「VS Code Server」で簡単セットアップ』などがあります。
  • 「Visual Studio Code」でのリモート開発が手軽に ~リモートトンネル機能が提供開始/「SSH」は不要。「VS Code Server」で簡単セットアップ

      「Visual Studio Code」でのリモート開発が手軽に ~リモートトンネル機能が提供開始/「SSH」は不要。「VS Code Server」で簡単セットアップ
    • 「VS Code Server」が登場 ~VS Codeのバックエンドを単体CLIに、フロントエンドにはWeb版が使える/「Visual Studio Code」の2022年6月更新は新しいマージエディター、サイレントモードにも注目

        「VS Code Server」が登場 ~VS Codeのバックエンドを単体CLIに、フロントエンドにはWeb版が使える/「Visual Studio Code」の2022年6月更新は新しいマージエディター、サイレントモードにも注目
      • code-serverを使ってブラウザ上だけでセキュアで快適に開発してみる|masuidrive

        前に紹介したCoderがPivotしエンタープライズ開発に注力するようで、個人開発者向けVSCodeブラウザ版はオープンソースで提供するようになりました。 VSCodeのブラウザ版はDockerでも提供されていて、Dockerさえインストールされていれば下記のコマンドを起動したあと`http://localhost:8080`をブラウザで開くだけでVSCodeと同じ環境で開発ができるようになります。 docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2しかし、ローカルで動かすなら普通のVSCodeと同じなので、どこ

          code-serverを使ってブラウザ上だけでセキュアで快適に開発してみる|masuidrive
        • 自前サーバでCodespacesが使えるVisual Studio Code Serverを動かしてみた - Qiita

          VSCodeがバージョン1.69でVisual Studio Code Serverをpreviewリリースしました。これはおそらくGithub Codespacesでうごいているものの自前サーバ用ソフトウエアと思われるので、早速試してみました。 追記:この方法は現在動作しなくなっています。詳しくはこちらをご確認ください。 ====以下当時の記事===== マニュアルはこちら これまでのGitHub Codespacesやgithub.devのレビューはこちら このマニュアルによると、インビテーションが必要とのことです。申し込みフォームから申請しましょう。「私はエンタープライズ企業で働いていて彼らはファイアーウォールの内側でしか仕事をすることを許可しません、だから私はVS Code Serverを学びエンプラ環境に生かしたいです。」と書いてみました。 ひとまずサーバを用意 Vultrで東京

            自前サーバでCodespacesが使えるVisual Studio Code Serverを動かしてみた - Qiita
          • VS Code Serverの使い方

            VSCodeのJune2022 Updateが正式に公開されました。 本稿では、アップデートと同時に公開されたVisual Studio Code Serverの使い方について解説します。 ※2022-08-12 Private Previewにあたったのでトンネリング機能についての説明を追加しました 概要 VSCode Serverの概要については、下記記事を閲覧ください。 (窓の杜)https://forest.watch.impress.co.jp/docs/news/1423348.html (公式)https://code.visualstudio.com/blogs/2022/07/07/vscode-server Code Serverは将来的にVSCodeのcode(1)に統合されることを念頭に設計された機能で、ChromeなどのWebブラウザーをVSCodeのフロントエン

              VS Code Serverの使い方
            • code-server 構築の茨の道と、その近道 - Qiita

              ながらくCodeanywhereを住処にしてきたものの、実はここ半年ほどフラフラしていました。VS Code Remote を使ったり、ほかに浮気したりと。しかし、最近になってようやくエディタ環境がCoder (code-server)に固まってきたので、構築方法をまとめておきたいと思います。 Coder と code-server VS Code が非常に人気ですが、これをそのままオンラインで使えるようにしたのがCoderです。VS Code同様にオープンソースで開発は進められていて、github.com/cdr/code-serverにホストされています。なお、2019年10月現在でスターが23k超えでした。構成としては、最新版のVS Codeを取り込みつつ、一部にパッチをあて、Electronなしで動くように調整してある、といった感じです。拡張機能にも対応しています。v2のリリースが

                code-server 構築の茨の道と、その近道 - Qiita
              • Chromebookには、VS Code より code-server がオススメ|DigZero

                いいものを見つけてしまいました。 " code-server " というオープンソースのアプリです。 Visual Studio Code のクローンで、サーバーサイドで動作して、Webブラウザ経由で使用できるコードエディタです。 なので、まんま Visual Studio Code なんです。 これが、LinuxをインストールできるChromebookと相性が良すぎた。 前回記事で、 Visual Studio Codeのインストールの仕方を紹介いたしましたが、使えないほどではないが、やや重いなと感じた方は、 " code-server " をオススメいたします。 Microsoft の クラウドサービス Visual Studio Codespaces (以前の Visual Studio Online) というのが存在しますが、これを自前のサーバーで実現できるイメージと考えて良さそう

                  Chromebookには、VS Code より code-server がオススメ|DigZero
                • GitHub - nullpo-head/Out-of-the-Box-CodeServer: OOTB Code-Server is an out-of-the-box Code-Server environment. It provides Https proxy, GItHub authorization and automatic shutdown with just a few settings.

                  OOTB Code-Server is an out-of-the-box Code-Server environment. Code-Server is an OSS product developed by Coder technologies that allows you to run VS Code on any machine and to access it in the browser. However, to install Code-Server on a server, you have to set up an Https proxy server, an authentication mechanism for security, automatic shutdown if the server is hosted in the cloud, and much m

                    GitHub - nullpo-head/Out-of-the-Box-CodeServer: OOTB Code-Server is an out-of-the-box Code-Server environment. It provides Https proxy, GItHub authorization and automatic shutdown with just a few settings.
                  • Docker内Pythonで、JupyterやFlaskを使う開発環境の構築(VSCode/code-server両対応) - Qiita

                    Docker内Pythonで、JupyterやFlaskを使う開発環境の構築(VSCode/code-server両対応)PythonDockerVSCodeVisualStudioCodecode-server Pythonを少し使ってみようと思ったのですが、環境構築するために色々インストールするのは嫌でした。なのでDockerを使って環境を構築してみました。 インタラクティブな環境およびWebの両方を利用できて、VSCode(またはcode-server)で開発できる環境を目指します。特にVSCodeのPython拡張機能からDocker内Pythonで動作するJupyterへの接続にはハマる所がありましたので、環境構築手順を本稿にメモとして残します。 要件 CLIでPythonプログラムが実行できる Jupyterを利用して、インタラクティブにPythonが実行できる Flaskを利

                      Docker内Pythonで、JupyterやFlaskを使う開発環境の構築(VSCode/code-server両対応) - Qiita
                    • Visual Studio Code Server

                      Register now for a full day of community, learning, and all things Visual Studio Code The Visual Studio Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a local VS Code client, without the requirement of SSH. What is the VS Code Server? In VS Code, we

                        Visual Studio Code Server
                      • code-serverでブラウザからVSCode Anywhere!

                        VSCodeをChromebookから使える?Visual Studio Code (VSCode) を、私はOS XとLinuxにて愛用している。統合開発環境としてはあまり使い込んでないが。snapが使える環境では、VSCodeをMicrosoft公式版snapで導入する選択肢も最近増えたようだ。 Install Visual Studio Code for Linux using the Snap Store | Snapcraft先月、このVSCodeをウェブブラウザ経由で利用できるサーバ版「code-server」がOSSで登場、というニュースを見つけ、 Introducing code-server, open source server-powered VSCode (@code): view the repo https://t.co/qXv7DiaG6H pic.twitt

                          code-serverでブラウザからVSCode Anywhere!
                        • Colab on steroids: free GPU instances with SSH access and Visual Studio Code Server

                          Colab on steroids: free GPU instances with SSH access and Visual Studio Code Server A step-by-step guide to SSH into a free GPU instance provided by Google Colab and install Visual Studio Code Server.

                            Colab on steroids: free GPU instances with SSH access and Visual Studio Code Server
                          • Coding on iPad using VSCode, Caddy, and code-server · Tailscale Docs

                            Start Quickstart What is Tailscale? Terminology & concepts Install Tailscale Set up an identity provider Contact preferencesHow-to GuidesManage Access Manage ACLs Manage devices Manage users Tailnet lock Tailnet name Domain ownershipRoute Traffic Set up a subnet router Set up an exit node Use a Mullvad exit node Use DNS Set up MagicDNS Set up high availability Use an app connectorSet Up Servers Se

                              Coding on iPad using VSCode, Caddy, and code-server · Tailscale Docs
                            1

                            新着記事