Skip to content

Commit

Permalink
relocate workspace folder directive to top of json
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 28, 2024
1 parent 49021dc commit b9ef8fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// - https://code.visualstudio.com/docs/getstarted/settings
{
"name": "konductor",
"image": "ghcr.io/containercraft/konductor",
//"dockerFile": ".github/docker/Dockerfile",
"dockerFile": ".github/docker/Dockerfile",
"workspaceFolder": "/home/vscode/kargo",
"shutdownAction": "stopContainer",
"customizations": {
"vscode": {
"settings": {
// https://github.com/VSCodeVim/Vim
"vim.disableExtension": true,
"vim.easymotion": true,
"vim.incsearch": true,
Expand Down Expand Up @@ -38,8 +38,6 @@
"remoteUser": "vscode",
"go.testTags": "all",
"go.buildTags": "all",
"shutdownAction": "stopContainer",
"workspaceFolder": "/home/vscode",
"editor.lineHeight": 15,
"editor.lineNumbers": "relative",
"updateRemoteUserUID": true,
Expand Down

0 comments on commit b9ef8fb

Please sign in to comment.