Skip to content

Commit

Permalink
the BEST theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshansGithub committed Mar 27, 2024
1 parent 6d76233 commit f9214ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"postCreateCommand": "cd /opt && wget 'https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2024.3.2/vscode-wpilib-2024.3.2.vsix'",
"postCreateCommand": "cd /opt && wget 'https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2024.2.1/vscode-wpilib-2024.2.1.vsix'",
"features": {
},
"customizations": {
"vscode": {
"extensions": ["/opt/vscode-wpilib-2024.3.2.vsix","vscjava.vscode-java-pack","vscjava.vscode-gradle"]
"extensions": ["/opt/vscode-wpilib-2024.2.1.vsix","vscjava.vscode-java-pack","vscjava.vscode-gradle", "akamud.vscode-theme-onedark"],
"settings": {
"workbench.colorTheme": "Atom One Dark"
}
}
}
}

1 comment on commit f9214ca

@jasonballinger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good boy

Please sign in to comment.