10000 fix(vscode-web): set `settings` variable type to `any` by phorcys420 · Pull Request #369 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

fix(vscode-web): set settings variable type to any #369

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update main.tf
  • Loading branch information
phorcys420 authored Dec 17, 2024
commit f3cfdc01d7174b24bdbdd53fd3c274fd37521bd4
2 changes: 1 addition & 1 deletion vscode-web/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ variable "order" {
}

variable "settings" {
type = map(string)
type = any
description = "A map of settings to apply to VS Code web."
default = {}
}
Expand Down
Loading
0