Skip to content

Instantly share code, notes, and snippets.

@zhuharev
Last active October 6, 2019 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuharev/51076b9d524c98123e1b787924b5acb1 to your computer and use it in GitHub Desktop.
Save zhuharev/51076b9d524c98123e1b787924b5acb1 to your computer and use it in GitHub Desktop.
vscode
{"lastUpload":"2019-10-06T11:07:33.114Z","extensionVersion":"v3.4.3"}
[
{
"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": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.5.1"
},
{
"metadata": {
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
"publisherId": "Dart-Code.flutter",
"publisherDisplayName": "Dart-Code"
},
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.5.1"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.7"
},
{
"metadata": {
"id": "4d42c02f-48b0-44e7-8006-979801c5e820",
"publisherId": "neverik.go-critic",
"publisherDisplayName": "neverik"
},
"name": "go-critic",
"publisher": "neverik",
"version": "0.1.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "2.3.0"
},
{
"metadata": {
"id": "75da638c-c45a-44ea-aa3b-8570a3559810",
"publisherId": "TabNine.tabnine-vscode",
"publisherDisplayName": "TabNine"
},
"name": "tabnine-vscode",
"publisher": "TabNine",
"version": "2.1.11"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.22.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.1"
},
{
"metadata": {
"id": "b8c57f22-0657-4a92-b0d0-883c9e8921fb",
"publisherId": "febean.vue-format",
"publisherDisplayName": "febean"
},
"name": "vue-format",
"publisher": "febean",
"version": "0.1.8"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"go.useLanguageServer": true,
"[go]": {
"editor.snippetSuggestions": "none",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
}
},
"go.languageServerExperimentalFeatures": {
"format": true,
"autoComplete": true,
"rename": true,
"goToDefinition": true,
"hover": true,
"signatureHelp": true,
"goToTypeDefinition": true,
"goToImplementation": true,
"documentSymbols": true,
"workspaceSymbols": true,
"findReferences": true,
"diagnostics": true,
"documentLink": true
},
"go.formatTool": "goimports",
"go.lintFlags": ["-exclude=vendor/...", "--enable-all", "--new"],
"gopls": {
"usePlaceholders": true, // add parameter placeholders when completing a function
// Experimental settings
"completeUnimported": true, // autocomplete unimported packages
"deepCompletion": true, // enable deep completion
},
"files.eol": "\n", // formatting only supports LF line endings,
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"vetur.format.defaultFormatter.js": "prettier-eslint",
"eslint.validate": [
"html",
"css",
"javascript",
"javascriptreact",
{ "language": "vue", "autoFix": true },
{ "language": "vue-html", "autoFix": true }
],
"git.autofetch": true,
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"go.testTimeout": "600s",
"files.useExperimentalFileWatcher": true,
"sync.gist": "51076b9d524c98123e1b787924b5acb1",
"sync.autoUpload": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment