Skip to content

Commit 4f6d07b

Browse files
committed
✨ feat: add vscode settings
1 parent 148547f commit 4f6d07b

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

vars/default.config.yml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,45 +93,51 @@ vfox_plugins: []
9393
# - 22.14.0 # LTS version
9494
# global: 23.9.0
9595

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
106108
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
108113
- christian-kohler.path-intellisense
109114
- davidanson.vscode-markdownlint
110115
- dbaeumer.vscode-eslint
111-
- donjayamanne.githistory
112116
- dotjoshjohnson.xml
113117
- eamodio.gitlens
114-
- editorconfig.editorconfig
115-
- foxundermoon.shell-format
118+
- esbenp.prettier-vscode
116119
- github.copilot
117120
- github.copilot-chat
118-
- github.vscode-github-actions
119-
- github.vscode-pull-request-github
121+
- golang.go
120122
- hashicorp.terraform
123+
- kisstkondoros.vscode-gutter-preview
124+
- marlon407.code-groovy
121125
- mechatroner.rainbow-csv
122126
- ms-azuretools.vscode-docker
123127
- ms-python.debugpy
124128
- ms-python.python
125129
- ms-python.vscode-pylance
130+
- ms-vscode.makefile-tools
131+
- mtxr.sqltools
126132
- naumovs.color-highlight
127133
- oderwat.indent-rainbow
128-
- redhat.ansible
129-
- redhat.vscode-xml
130-
- redhat.vscode-yaml
131134
- saeris.markdown-github-alerts
132135
- samuelcolvin.jinjahtml
136+
- shopify.ruby-lsp
137+
- steoates.autoimport
138+
- streetsidesoftware.code-spell-checker
133139
- tamasfe.even-better-toml
134-
- timonwong.shellcheck
140+
- task.vscode-task
135141

136142
docker_users:
137143
- "{{ ansible_user_id }}"

0 commit comments

Comments
 (0)