Skip to content

Commit

Permalink
Enhance dev env by copilot and git history in the panel
Browse files Browse the repository at this point in the history
  • Loading branch information
basejumpa committed Aug 4, 2024
1 parent 3d4b299 commit 43e50d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,38 @@
"settings": {},
"extensions": [
"vscode-icons-team.vscode-icons",

"tomoki1207.pdf",

"editorconfig.editorconfig",
"medo64.render-crlf",
"oderwat.indent-rainbow",

"mhutchie.git-graph",
"GuodongSun.vscode-git-cruise",
"donjayamanne.githistory",
"waderyan.gitblame",
"solomonkinard.git-blame",
"david-rickard.git-diff-and-merge-tool",
"srmeyers.git-prefix",
"adam-bender.commit-message-editor",

"danlevett.pattern-links",

"alefragnani.bookmarks",
"gruntfuggly.todo-tree",

"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",

"rssowl.copy-relative-path-posix",
"brokensandals.paste-relative-path",

"ms-python.python",

"lextudio.restructuredtext",
"trond-snekvik.simple-rst",

"actboy168.tasks",
"forbeslindesay.forbeslindesay-taskrunner",

"dendron.dendron-paste-image",
"rulyotano.tree-extended",

"hediet.vscode-drawio",
"jebbs.plantuml",
"bierner.markdown-mermaid",
"tintinweb.graphviz-interactive-preview",

"GitHub.copilot"
]
}
},
Expand Down
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"oderwat.indent-rainbow",

"mhutchie.git-graph",
"guodongsun.vscode-git-cruise",
"donjayamanne.githistory",
"waderyan.gitblame",
"solomonkinard.git-blame",
Expand Down Expand Up @@ -42,5 +43,7 @@
"jebbs.plantuml",
"bierner.markdown-mermaid",
"tintinweb.graphviz-interactive-preview",

"github.copilot"
]
}

0 comments on commit 43e50d6

Please sign in to comment.