並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 7 件 / 7件

新着順 人気順

vscode petsの検索結果1 - 7 件 / 7件

  • VSCodeでペットを飼う - Qiita

    はじめに こんにちは。エンジニアの皆さん。 日々の業務にお疲れではないでしょうか? 消えないエラー、動かないプログラム、迫る締切、etc... 数あるストレスで限界になっていませんか? ... ...!!! そんな時はペットを飼いましょう!!!!!!!!!! ...というわけで、VSCode上でペットを飼うことができる拡張機能を紹介します。 その名も、vscode-pets.......!!!!!!!!!! これです。vscode-petsで検索しましょう。 導入 インストールしたらコマンドからPet Coding: Start pet coding sessionを実行します。 Pet Coding:Spawn additional petから好きなペットを選んで... ほわああああああああ!!!!!!! 殺伐としたVSCodeに一輪の花が爆誕しました。かわいいですねー。 あそびかた す

      VSCodeでペットを飼う - Qiita
    • vscode-pets - Visual Studio Marketplace

      Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. Puts a small, bored cat, an enthusiastic dog, a feisty snake, a rubber duck, or Clippy 📎 in your code editor to boost productivity. Report a Bug · Request feature Installation Install this extension from the VS Code marketplace. OR With VS Code open, search for vscode-pets in the extension panel (Ctrl+Shift+X on Win

        vscode-pets - Visual Studio Marketplace
      • Useful VS Code Extensions For Front-End Developers — Smashing Magazine

        Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developer’s workflow along the way. Recently, we’ve also covered CSS auditing tools, CSS generators and accessible front-end components — you might find them useful, too. We spend so much time in our text editors, and every now and again we encounter those little frustrat

          Useful VS Code Extensions For Front-End Developers — Smashing Magazine
        • The End of Localhost

          Dev environments should be cattle, not pets. It looks likely that in future, most development will not be done on localhost, the most precious pet of all. See reactions on Hacker News and Twitter. Aug 2022 update: I did an extended interview on InfoQ with Daniel Bryant! Sep 2022 update: I did an interview with Richard McManus of The New Stack! Make the ultimate developer experience wishlist for th

            The End of Localhost
          • OpenAPI GeneratorでGoのAPIサーバー/クライアントコードを自動生成する - Qiita

            この記事はGo 4 Advent Calendar 2020 2日目の記事です。 この記事について OpenAPIのyamlファイルから、APIサーバーやクライアントコードを生成するopen-generatorというツールが存在します。 今回は、これを用いてGoのAPIサーバー/クライアントのコードを自動生成させ、それに手を加えて実際に使えるようにするまでの過程を紹介します。 使用する環境・バージョン go version go1.14 darwin/amd64 openapi 3.0.1 openapi-generator 4.3.1 OpenAPIとは? OpenAPIとは、REST APIを記述するためのフォーマット規格です。決められた記法でAPI仕様を記述すると、その内容をSwagger UIというきれいな形式にして確認することができるようになります。 "Swagger"というのは

              OpenAPI GeneratorでGoのAPIサーバー/クライアントコードを自動生成する - Qiita
            • 【OpenAPI】Prismでモックサーバ作成 - Qiita

              これでモックサーバを起動してくれます。 動かしてみる では、実際にmockサーバを作ってみましょう。 ちなみに、『VSCodeで効率的にswaggerを書く。』にも記載されている通り、VSCodeでも楽にSwaggerを書けます。 Swagger Editorとほぼ動作は同じなのでどちらでも構いません。 Previewへのリアルタイム反映はどちらも機能として実装されています。 Swagger Editorという名前ですがOpenAPI v3も書けます。一応JSONからYAMLへのコンバート機能もあります。 yamlファイル API仕様が決まり、以下のようなyamlファイルが作成されたとします。 このファイルの元になったファイルは公式のサンプルにあります。 openapi: "3.0.0" info: version: 1.0.0 title: Qitta Prism Sample desc

                【OpenAPI】Prismでモックサーバ作成 - Qiita
              • VS Code の Workspace Trust(ワークスペースの信頼)について

                VS Code 1.57+ でワークスペースを開くと、そのワークスペースを信頼するかどうかを聞かれる。コードの自動実行を伴う拡張機能(デバッグなど)は、ワークスペースを信頼しないと有効にすることができない。 コンセプト The trusted workspaces concept is intended to centralize and unify a security conscious decision required by a variety of VS Code features. The easiest existing example to understand of this decision is with the ESLint extension. The ESLint extension will try to use the eslint module in th

                  VS Code の Workspace Trust(ワークスペースの信頼)について
                1