Skip to content

Commit

Permalink
add VS Code extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
awojasinski committed Jan 28, 2024
1 parent 1d2f256 commit 636d24c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/code/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ code_settings_path:
first).path }}/settings.json"

code_extensions:
- {name: Ansible language support, id: redhat.ansible}
- {name: ARM assembly, id: dan-c-underwood.arm}
- {name: CMake, id: twxs.cmake}
- {name: Cpp Tools, id: ms-vscode.cpptools}
- {name: Docker, id: ms-azuretools.vscode-docker}
- {name: Dev containers, id: ms-vscode-remote.remote-containers}
- {name: EditorConfig Viewer, id: EditorConfig.EditorConfig}
- {name: Git graph, id: mhutchie.git-graph}
- {name: Github themes, id: GitHub.github-vscode-theme}
- {name: Kconfig, id: nordic-semiconductor.nrf-kconfig}
- {name: Makefile Tools, id: ms-vscode.makefile-tools}
- {name: Python, id: ms-python.python}
- {name: Python language server, id: ms-python.vscode-pylance}
- {name: YAML support, id: redhat.vscode-yaml}

0 comments on commit 636d24c

Please sign in to comment.