Skip to content

Commit

Permalink
chore: customize vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Oct 26, 2024
1 parent 1a81edf commit 4f101b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"path": "/bin/zsh",
"icon": "star"
}
}
},
"rubyLsp.rubyVersionManager": {
"identifier": "asdf"
},
"dev.containers.mountWaylandSocket": false
},
"extensions": [
"Shopify.ruby-lsp",
Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
app:
build:
Expand Down

0 comments on commit 4f101b6

Please sign in to comment.