Skip to content

Instantly share code, notes, and snippets.

@jayden-lee
Last active November 14, 2019 00:42
Show Gist options
  • Save jayden-lee/a35f11efc138c00592b2c0958d6cbe32 to your computer and use it in GitHub Desktop.
Save jayden-lee/a35f11efc138c00592b2c0958d6cbe32 to your computer and use it in GitHub Desktop.
JPA Attribute Crypto Converter
{"lastUpload":"2019-11-14T00:42:44.977Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "9e919931-6833-483d-a7b9-966f8f974227",
"publisherId": "joaompinto.asciidoctor-vscode",
"publisherDisplayName": "joaompinto"
},
"name": "asciidoctor-vscode",
"publisher": "joaompinto",
"version": "2.7.6"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.1.2"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.5.0"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "30.0.0"
}
]
{
"window.zoomLevel": 1,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "D2Coding ligature",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Material Theme High Contrast",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.swipeToNavigate": true,
"breadcrumbs.enabled": true,
"editor.tabSize": 2,
"editor.fontSize": 14,
"workbench.startupEditor": "newUntitledFile",
"sync.gist": "a35f11efc138c00592b2c0958d6cbe32",
"sync.quietSync": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"terminal.integrated.fontSize": 15,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment