We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075a92f commit 470eb63Copy full SHA for 470eb63
.vscode/settings.json
@@ -1,13 +1,12 @@
1
-
2
-// These are workspace settings, managed by Terraform
3
-// User settings override these, so if you'd like to
4
-// change these, please change them there
5
{
6
- "[terraform]": {
7
- "editor.formatOnSave": true
8
- },
9
- "terraform-ls.experimentalFeatures": {
10
- "validateOnSave": true
11
12
- "workbench.colorTheme": "Community Material Theme High Contrast"
+ "workbench.iconTheme": "vscode-icons",
+ "materialTheme.accent": "Orange",
+ "workbench.startupEditor": "readme",
+ "workbench.colorTheme": "Community Material Theme High Contrast",
+ "[terraform]": {
+ "editor.formatOnSave": true
+ },
+ "terraform-ls.experimentalFeatures": {
+ "validateOnSave": true
+ }
13
}
0 commit comments