Skip to content

Commit

Permalink
Add new VS Code extensions and update task configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Jan 3, 2025
1 parent 4c633af commit 173a3a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion dotfiles.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"trinm1709.dracula-theme-from-intellij",
"editorconfig.editorconfig",
"github.vscode-pull-request-github",
"ms-toolsai.jupyter",
"k6.k6",
"marp-team.marp-vscode",
"jeylanib.pinescript",
Expand All @@ -61,6 +60,15 @@
"mikestead.dotenv",
"ms-toolsai.datawrangler",
"github.copilot",
"azurite.azurite",
"crowdin.vscode-crowdin",
"golang.go",
"k--kato.intellij-idea-keybindings",
"ms-playwright.playwright",
"jspolancor.presentationmode",
"stripe.vscode-stripe",
"tauri-apps.tauri-vscode",
"vitest.explorer",
]
}
}
File renamed without changes.
File renamed without changes.
8 changes: 7 additions & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CERTIFICATES_DIR = "{{config_root}}/private/certificates/live/"


[tools]
terraform = "latest"
shellcheck = "latest"
python = "3.12"
node = "lts"
Expand All @@ -23,3 +22,10 @@ test = "echo 'TODO'"
[tasks.code]
run = "code dotfiles.code-workspace"
alias = "c"

[tasks."stack:tf:ls"]
run = "tofu workspace list"
dir = "stacks/hironow"

[tasks."stack:tm:ls"]
run = "terramate list"

0 comments on commit 173a3a8

Please sign in to comment.