@@ -93,45 +93,51 @@ vfox_plugins: []
93
93
# - 22.14.0 # LTS version
94
94
# global: 23.9.0
95
95
96
- # - name: java
97
- # versions:
98
- # - 21.0.2-graalce
99
- # global: 21.0.2-graalce
100
-
101
- # - name: golang
102
- # versions:
103
- # - 1.24.1
104
- # global: 1.24.1
105
-
96
+ # Those are specific settings for VSCode on WSL instance only.
97
+ # This will modify the default `settings.json` at ~/.vscode-server/data/Machine/settings.json
98
+ vscode_settings_force : true # set this to `false` to NOT force modify your `settings.json` file
99
+ vscode_settings :
100
+ workbench.panel.defaultLocation : " bottom"
101
+ projectManager.tags : ["Personal", "Work", "Ansible"]
102
+ projectManager.git.baseFolders : ["~/projects"]
103
+ projectManager.supportSymlinksOnBaseFolders : true
104
+ projectManager.openInNewWindowWhenClickingInStatusBar : true
105
+
106
+ vscode_install_suggested_extensions : true
107
+ # Additional extensions to installed after installing all the suggested extensions
106
108
vscode_extensions_install :
107
- - bierner.github-markdown-preview
109
+ - astro-build.astro-vscode
110
+ - bbenoist.vagrant
111
+ - bradlc.vscode-tailwindcss
112
+ - christian-kohler.npm-intellisense
108
113
- christian-kohler.path-intellisense
109
114
- davidanson.vscode-markdownlint
110
115
- dbaeumer.vscode-eslint
111
- - donjayamanne.githistory
112
116
- dotjoshjohnson.xml
113
117
- eamodio.gitlens
114
- - editorconfig.editorconfig
115
- - foxundermoon.shell-format
118
+ - esbenp.prettier-vscode
116
119
- github.copilot
117
120
- github.copilot-chat
118
- - github.vscode-github-actions
119
- - github.vscode-pull-request-github
121
+ - golang.go
120
122
- hashicorp.terraform
123
+ - kisstkondoros.vscode-gutter-preview
124
+ - marlon407.code-groovy
121
125
- mechatroner.rainbow-csv
122
126
- ms-azuretools.vscode-docker
123
127
- ms-python.debugpy
124
128
- ms-python.python
125
129
- ms-python.vscode-pylance
130
+ - ms-vscode.makefile-tools
131
+ - mtxr.sqltools
126
132
- naumovs.color-highlight
127
133
- oderwat.indent-rainbow
128
- - redhat.ansible
129
- - redhat.vscode-xml
130
- - redhat.vscode-yaml
131
134
- saeris.markdown-github-alerts
132
135
- samuelcolvin.jinjahtml
136
+ - shopify.ruby-lsp
137
+ - steoates.autoimport
138
+ - streetsidesoftware.code-spell-checker
133
139
- tamasfe.even-better-toml
134
- - timonwong.shellcheck
140
+ - task.vscode-task
135
141
136
142
docker_users :
137
143
- " {{ ansible_user_id }}"
0 commit comments