Skip to content

Instantly share code, notes, and snippets.

@nathanialhenniges
Last active December 15, 2020 17:32
Show Gist options
  • Select an option

  • Save nathanialhenniges/8e27f15376bd5bf6701406504d0b4c58 to your computer and use it in GitHub Desktop.

Select an option

Save nathanialhenniges/8e27f15376bd5bf6701406504d0b4c58 to your computer and use it in GitHub Desktop.
My VS Code Settings and extensions
[
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"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": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.8"
},
{
"metadata": {
"id": "2bbe1392-1ad3-4f59-82bc-fccaa3afc3a5",
"publisherId": "icrawl.discord-vscode",
"publisherDisplayName": "icrawl"
},
"name": "discord-vscode",
"publisher": "icrawl",
"version": "3.15.0"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.122.1"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "5d9b66c1-7da3-4004-8c92-2b0852ec0c9b",
"publisherId": "ms-vscode-remote.remote-ssh-explorer",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-explorer",
"publisher": "ms-vscode-remote",
"version": "0.51.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.4"
},
{
"metadata": {
"id": "f5d7ffda-c1d6-4070-ba80-803c705a1ee6",
"publisherId": "monokai.theme-monokai-pro-vscode",
"publisherDisplayName": "monokai"
},
"name": "theme-monokai-pro-vscode",
"publisher": "monokai",
"version": "1.1.17"
},
{
"metadata": {
"id": "23d72dfc-8dd1-4e30-926e-8783b4378f13",
"publisherId": "ms-vscode-remote.vscode-remote-extensionpack",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "vscode-remote-extensionpack",
"publisher": "ms-vscode-remote",
"version": "0.20.0"
}
]
{
"workbench.activityBar.visible": true,
"workbench.editor.closeOnFileDelete": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.startupEditor": "newUntitledFile",
"path-intellisense.showHiddenFiles": true,
"emmet.includeLanguages": {
"twig": "html",
"ejs": "html"
},
"window.menuBarVisibility": "default",
"editor.fontLigatures": true,
"workbench.colorTheme": "Monokai Pro (Filter Octagon)",
"workbench.iconTheme": "Monokai Pro (Filter Octagon) Icons",
"discord.detailsEditing": "Editing: {filename} Line {currentline}/{totallines}",
"discord.largeImage": "Editing a {lang} file",
"liveshare.connectionMode": "relay",
"debug.console.fontFamily": "'CaskaydiaCove NF', Consolas, 'Courier New'",
"markdown.preview.fontFamily": "'CaskaydiaCove NF', Consolas, 'Courier New'",
"terminal.integrated.fontFamily": "'CaskaydiaCove NF', Consolas, 'Courier New'",
"editor.fontFamily": "'CaskaydiaCove NF', Consolas, 'Courier New'",
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"git.enableCommitSigning": true,
"liveServer.settings.donotShowInfoMsg": true,
"terminal.integrated.fontSize": 16,
"debug.console.fontSize": 16,
"liveServer.settings.donotVerifyTags": true,
"git.decorations.enabled": false,
"git.untrackedChanges": "hidden",
"git.autofetch": true,
"explorer.decorations.colors": false,
"explorer.decorations.badges": false,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"tailwindCSS.includeLanguages": {
"plaintext": "vue,html,ejs"
},
"fontAwesomeAutocomplete.patterns": ["***/*.vue"],
"fontAwesomeAutocomplete.insertionTemplate": {
"**/*.vue": "<fa :icon=\"['{style}', '{name}']\" />"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment