Skip to content

Instantly share code, notes, and snippets.

{
"_id": "ethereum-0x1A92f7381B9F03921564a437210bB9396471050C-7673",
"my_join_field": {
"name": "nft",
"parent": "ethereum-0x1A92f7381B9F03921564a437210bB9396471050C"
},
"chain": 1,
"address": "0x1A92f7381B9F03921564a437210bB9396471050C",
"identifier": "7673",
"supply": 1,
@tenthirtyone
tenthirtyone / gist:ef32f717683beb22426f559eee976dd6
Created December 9, 2019 01:32
Kill All VS Code Suggestions
{
"eslint.autoFixOnSave": true,
"editor.parameterHints.enabled": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"php.suggest.basic": false,
"editor.suggest.filterGraceful": false,
"javascript.suggest.paths": false,
"javascript.suggest.completeJSDocs": false,
"workbench.tips.enabled": false,
"javascript.suggest.autoImports": false,