mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
Initial support for debugging changes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "app",
|
||||
"workspaceFolder": "/workspace",
|
||||
"forwardPorts": [3000, 12345, 12346],
|
||||
"containerEnv": {
|
||||
"GIT_EDITOR": "code --wait",
|
||||
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}",
|
||||
@@ -19,7 +20,9 @@
|
||||
"extensions": [
|
||||
"biomejs.biome",
|
||||
"EditorConfig.EditorConfig",
|
||||
"Shopify.ruby-extensions-pack"
|
||||
"Shopify.ruby-extensions-pack",
|
||||
"Shopify.ruby-lsp",
|
||||
"sorbet.sorbet-vscode-extension"
|
||||
],
|
||||
"settings": {
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
|
||||
Reference in New Issue
Block a user