Skip to content

Instantly share code, notes, and snippets.

@bombadillo
Last active April 11, 2023 10:26
Show Gist options
  • Save bombadillo/9fd5540b81c6314c79c4c06e37d04f4f to your computer and use it in GitHub Desktop.
Save bombadillo/9fd5540b81c6314c79c4c06e37d04f4f to your computer and use it in GitHub Desktop.
VS Code Browser Sync New
[
{
"id": "adrianwilczynski.user-secrets",
"name": "user-secrets",
"publisher": "adrianwilczynski",
"version": "2.0.1"
},
{
"id": "akamud.vscode-theme-onedark",
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.3.0"
},
{
"id": "bierner.emojisense",
"name": "emojisense",
"publisher": "bierner",
"version": "0.9.1"
},
{
"id": "bradlc.vscode-tailwindcss",
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.9.11"
},
{
"id": "burkeholland.simple-react-snippets",
"name": "simple-react-snippets",
"publisher": "burkeholland",
"version": "1.2.7"
},
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.8.4"
},
{
"id": "clarkyu.vscode-sql-beautify",
"name": "vscode-sql-beautify",
"publisher": "clarkyu",
"version": "0.3.19"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.4.0"
},
{
"id": "djabraham.vscode-yaml-validation",
"name": "vscode-yaml-validation",
"publisher": "djabraham",
"version": "0.0.1"
},
{
"id": "Equinusocio.vsc-community-material-theme",
"name": "vsc-community-material-theme",
"publisher": "Equinusocio",
"version": "1.4.6"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "9.10.4"
},
{
"id": "helgardrichard.helium-icon-theme",
"name": "helium-icon-theme",
"publisher": "helgardrichard",
"version": "1.0.0"
},
{
"id": "jcbuisson.vue",
"name": "vue",
"publisher": "jcbuisson",
"version": "0.1.5"
},
{
"id": "johnpapa.vscode-peacock",
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "4.2.2"
},
{
"id": "ms-dotnettools.csharp",
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.25.4"
},
{
"id": "ms-vscode-remote.remote-wsl",
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.77.0"
},
{
"id": "ms-vscode.azure-account",
"name": "azure-account",
"publisher": "ms-vscode",
"version": "0.11.3"
},
{
"id": "ms-vsliveshare.vsliveshare",
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.5834"
},
{
"id": "ms-vsliveshare.vsliveshare-pack",
"name": "vsliveshare-pack",
"publisher": "ms-vsliveshare",
"version": "0.4.0"
},
{
"id": "naumovs.color-highlight",
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.5.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.3.4"
},
{
"id": "oderwat.indent-rainbow",
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "8.3.1"
},
{
"id": "pnp.polacode",
"name": "polacode",
"publisher": "pnp",
"version": "0.3.4"
},
{
"id": "rangav.vscode-thunder-client",
"name": "vscode-thunder-client",
"publisher": "rangav",
"version": "2.6.1"
},
{
"id": "redhat.vscode-xml",
"name": "vscode-xml",
"publisher": "redhat",
"version": "0.24.0"
},
{
"id": "redhat.vscode-yaml",
"name": "vscode-yaml",
"publisher": "redhat",
"version": "1.12.2"
},
{
"id": "seatonjiang.gitmoji-vscode",
"name": "gitmoji-vscode",
"publisher": "seatonjiang",
"version": "1.2.2"
},
{
"id": "yzane.markdown-pdf",
"name": "markdown-pdf",
"publisher": "yzane",
"version": "1.4.4"
}
]
{
"workbench.iconTheme": "helium-icon-theme",
"prettier.singleQuote": true,
"breadcrumbs.enabled": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontFamily": "Cascadia Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"files.associations": {
"*.svelte": "html"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.ignoreTrimWhitespace": false,
"liveshare.connectionMode": "relay",
"vs-kubernetes": {
"vs-kubernetes.draft-path.windows": "C:\\users\\e0055911\\.vs-kubernetes\\tools\\draft\\windows-amd64\\draft.exe",
"vs-kubernetes.helm-path.windows": "C:\\users\\e0055911\\.vs-kubernetes\\tools\\helm\\windows-amd64\\helm.exe",
"vs-kubernetes.minikube-path.windows": "C:\\users\\e0055911\\.vs-kubernetes\\tools\\minikube\\windows-amd64\\minikube.exe",
"vscode-kubernetes.minikube-path.windows": "C:\\users\\e0055911\\.vs-kubernetes\\tools\\minikube\\windows-amd64\\minikube.exe"
},
"editor.fontSize": 13,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.sideBar.location": "left",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.cursorBlinking": "phase",
"editor.tabSize": 2,
"prettier.trailingComma": "none",
"prettier.arrowParens": "avoid",
"peacock.surpriseMeOnStartup": true,
"window.restoreWindows": "none",
"security.workspace.trust.untrustedFiles": "open",
"editor.largeFileOptimizations": false,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"polacode.transparentBackground": true,
"polacode.shadow": "rgba(0, 0, 0, 0.55) 0px 20px 20px",
"workbench.colorTheme": "Community Material Theme Palenight High Contrast",
"extensions.ignoreRecommendations": true,
"workbench.editor.enablePreview": false,
"workbench.editor.untitled.hint": "hidden"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment