@@ -22,6 +22,22 @@
 | 
				
			|||||||
      "args": ["start"],
 | 
					      "args": ["start"],
 | 
				
			||||||
      "filetypes": ["sh"],
 | 
					      "filetypes": ["sh"],
 | 
				
			||||||
      "ignoredRootPaths": ["~"]
 | 
					      "ignoredRootPaths": ["~"]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "ccls": {
 | 
				
			||||||
 | 
					      "command": "ccls",
 | 
				
			||||||
 | 
					      "filetypes": ["c", "cpp", "objc", "objcpp"],
 | 
				
			||||||
 | 
					      "rootPatterns": [
 | 
				
			||||||
 | 
					        ".ccls",
 | 
				
			||||||
 | 
					        "compile_commands.json",
 | 
				
			||||||
 | 
					        ".vim/",
 | 
				
			||||||
 | 
					        ".git/",
 | 
				
			||||||
 | 
					        ".hg/"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
 | 
					      "initializationOptions": {
 | 
				
			||||||
 | 
					        "cache": {
 | 
				
			||||||
 | 
					          "directory": "/tmp/ccls"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
 | 
					  "solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user