Skip to content

Commit

Permalink
relocating workspace to home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 28, 2024
1 parent b9ef8fb commit 8b49320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
// - https://code.visualstudio.com/docs/getstarted/settings
{
"name": "konductor",
"dockerFile": ".github/docker/Dockerfile",
"workspaceFolder": "/home/vscode/kargo",
"dockerFile": "../.github/docker/Dockerfile",
"workspaceFolder": "/home/vscode/",
"shutdownAction": "stopContainer",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.cwd": "/home/vscode/",
"vim.disableExtension": true,
"vim.easymotion": true,
"vim.incsearch": true,
Expand Down

0 comments on commit 8b49320

Please sign in to comment.