Skip to content

Instantly share code, notes, and snippets.

View chokolademilch7's full-sized avatar
:octocat:

Daiki Hirayama chokolademilch7

:octocat:
  • CAM, Inc.
  • undefined
View GitHub Profile
"workbench.colorCustomizations": {
// -----------------------
// ターミナルの配色
"terminal.ansiBlue": "#dfc537",
"terminal.ansiGreen": "#7abe0d",
"terminal.ansiMagenta": "#ff8800",
// -----------------------
// 配色テーマ
// -----------------------
"editor.background": "#252526",
@chokolademilch7
chokolademilch7 / package.json
Last active March 25, 2021 09:05
指定したディレクトリの直下にあるフォルダを全てvscodeのワークスペースに追加するcode-workspaceファイルを生成します
{
"name": "vscode-workspace",
"version": "1.0.0",
"bin": "./vscode-workspace.js",
"repository": {
"type": "git",
"url": "git+ssh://git@gist.github.com/968e8b300720389230336ea375e59541.git"
},
"keywords": [
"vscode"